Html Css Color HEX #EC5494 French Rose

📋 copy color: '#EC5494'

red 236 ◦ green 84 ◦ blue 148

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

Shades of French Rose #EC5494

Tints of French Rose #EC5494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 50.43%
G = 17.95%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC5494 (or 0xEC5494) is known color: French Rose. HEX triplet: EC, 54 and 94. RGB value is (236,84,148). Sum of RGB (Red+Green+Blue) = 236+84+148=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5494 is #13AB6B. Grayscale: #888888. Windows color (decimal): -1289068 or 9721068. OLE color: 9721068.

HSL color Cylindrical-coordinate representation of color #EC5494: hue angle of 334.74º 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 #EC5494 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 148 -
CMYK 0 0.64 0.37 0.07
HSL 334.74º 0.8% 0.63% -
HSV(B) 334.74º 0.64% 0.93% -
XYZ 43.11 26.31 30.82 -
YUV 136.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 236 84 148 0 0.64 0.37 0.07 334.74 0.8 0.63
Hex EC 54 94 0 40 25 7 14F 50 3F
Octal 354 124 224 0 100 45 7 517 120 77
Binary 11101100 1010100 10010100 0 1000000 100101 111 101001111 1010000 111111

Color Harmonies of #EC5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5494

Black with #EC5494

Text Example


Text Example

White with #EC5494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5494; }

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

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

background-color css

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

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

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

border-color css

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

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

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