Html Css Color HEX #EC5498 French Rose

📋 copy color: '#EC5498'

red 236 ◦ green 84 ◦ blue 152

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

Shades of French Rose #EC5498

Tints of French Rose #EC5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 50%
G = 17.8%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5498 (or 0xEC5498) is known color: French Rose. HEX triplet: EC, 54 and 98. RGB value is (236,84,152). Sum of RGB (Red+Green+Blue) = 236+84+152=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5498 is #13AB67. Grayscale: #898989. Windows color (decimal): -1289064 or 9983212. OLE color: 9983212.

HSL color Cylindrical-coordinate representation of color #EC5498: hue angle of 333.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5498 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 152 -
CMYK 0 0.64 0.36 0.07
HSL 333.16º 0.8% 0.63% -
HSV(B) 333.16º 0.64% 0.93% -
XYZ 43.43 26.44 32.52 -
YUV 137.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 236 84 152 0 0.64 0.36 0.07 333.16 0.8 0.63
Hex EC 54 98 0 40 24 7 14D 50 3F
Octal 354 124 230 0 100 44 7 515 120 77
Binary 11101100 1010100 10011000 0 1000000 100100 111 101001101 1010000 111111

Color Harmonies of #EC5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5498

Black with #EC5498

Text Example


Text Example

White with #EC5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5498; }

 p { color: rgb(236,84,152); }

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

background-color css

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

 a { background-color: rgb(236,84,152); }

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

border-color css

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

 span { border-color: rgb(236,84,152); }

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