#ef619f

Color #EF619F Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EF619F

Tints of Brilliant Rose #EF619F

Color information

#EF619F (or 0xEF619F) is unknown color: approx Brilliant Rose. HEX triplet: EF, 61 and 9F. RGB value is (239,97,159). Sum of RGB (Red+Green+Blue) = 239+97+159=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619F is #109E60. Grayscale: #929292. Windows color (decimal): -1089121 or 10445295. OLE color: 10445295.

HSL color Cylindrical-coordinate representation of color #EF619F: hue angle of 333.8º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF619F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB23997159-
CMYK00.590.330.06
HSL333.8º81.61%65.88%-
HSV(B)333.8º59.41%93.73%-
XYZ46.1329.436.05-
YUV146.53135.04193.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=48.28%
G=19.60%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399715900.590.330.06333.881.6165.88
HexEF619F03B21614e5242
Octal357141237073416516122102
Binary11101111110000110011111011101110000111010100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef619f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef619f; }

 p { color: rgb(239,97,159); }

 H1.HeaderClassName
 {
   color: #ef619f;
 }
 .AnyTagClassName
 {
   color: #ef619f;
 }
</style>
background-color css

<style>
 a { background-color: #ef619f; }

 a { background-color: rgb(239,97,159); }

 div.DivClassName
 {
   background-color: #ef619f;
 }
 .BgClassName
 {
   background-color: #ef619f;
 }
</style>
border-color css

<style>
 span { border-color: #ef619f; }

 span { border-color: rgb(239,97,159); }

 td.TdClassName
 {
   border-color: #ef619f;
 }
 .TagClassName
 {
   border-color: #ef619f;
 }
</style>