#EC619F

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

Shades of Brilliant Rose #EC619F

Tints of Brilliant Rose #EC619F

Color information

#EC619F (or 0xEC619F) is unknown color: approx Brilliant Rose. HEX triplet: EC, 61 and 9F. RGB value is (236,97,159). Sum of RGB (Red+Green+Blue) = 236+97+159=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC619F is #139E60. Grayscale: #919191. Windows color (decimal): -1285729 or 10445292. OLE color: 10445292.

HSL color Cylindrical-coordinate representation of color #EC619F: hue angle of 333.24º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC619F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23697159-
CMYK00.590.330.07
HSL333.24º78.53%65.29%-
HSV(B)333.24º58.9%92.55%-
XYZ45.1228.8936-
YUV145.63135.55192.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 97 (38.28% from 255) = 19.72%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=47.97%
G=19.72%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369715900.590.330.07333.2478.5365.29
HexEC619F03B21714d4f41
Octal354141237073417515117101
Binary11101100110000110011111011101110000111110100110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC619F; }

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

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

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

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

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

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

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

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