Html Css Color HEX #EC5F99 Brilliant Rose

📋 copy color: '#EC5F99'

red 236 ◦ green 95 ◦ blue 153

#EC5F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EC5F99

Tints of Brilliant Rose #EC5F99

RGB

 RED value IS 236 (92.58% from 255) = 48.76%

 GREEN value IS 95 (37.5% from 255) = 19.63%

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 48.76%
G = 19.63%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC5F99 (or 0xEC5F99) is known color: Brilliant Rose. HEX triplet: EC, 5F and 99. RGB value is (236,95,153). Sum of RGB (Red+Green+Blue) = 236+95+153=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F99 is #13A066. Grayscale: #8F8F8F. Windows color (decimal): -1286247 or 10051564. OLE color: 10051564.

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

Color convert

RGB 236 95 153 -
CMYK 0 0.60 0.35 0.07
HSL 335.32º 0.79% 0.65% -
HSV(B) 335.32º 0.6% 0.93% -
XYZ 44.43 28.32 33.26 -
YUV 143.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 236 95 153 0 0.60 0.35 0.07 335.32 0.79 0.65
Hex EC 5F 99 0 3C 23 7 14F 4F 41
Octal 354 137 231 0 74 43 7 517 117 101
Binary 11101100 1011111 10011001 0 111100 100011 111 101001111 1001111 1000001

Color Harmonies of #EC5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F99

Black with #EC5F99

Text Example


Text Example

White with #EC5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F99; }

 p { color: rgb(236,95,153); }

 H1.HeaderClassName
 {
   color: #EC5F99;
 }
 .AnyTagClassName
 {
   color: #EC5F99;
 }
</style>

background-color css

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

 a { background-color: rgb(236,95,153); }

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

border-color css

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

 span { border-color: rgb(236,95,153); }

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