Html Css Color HEX #EC5594 French Rose

📋 copy color: '#EC5594'

red 236 ◦ green 85 ◦ blue 148

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

Shades of French Rose #EC5594

Tints of French Rose #EC5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 50.32%
G = 18.12%
B = 31.56%

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

#EC5594 (or 0xEC5594) is known color: French Rose. HEX triplet: EC, 55 and 94. RGB value is (236,85,148). Sum of RGB (Red+Green+Blue) = 236+85+148=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5594 is #13AA6B. Grayscale: #898989. Windows color (decimal): -1288812 or 9721324. OLE color: 9721324.

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

Color convert

RGB 236 85 148 -
CMYK 0 0.64 0.37 0.07
HSL 334.97º 0.8% 0.63% -
HSV(B) 334.97º 0.64% 0.93% -
XYZ 43.19 26.47 30.85 -
YUV 137.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 236 85 148 0 0.64 0.37 0.07 334.97 0.8 0.63
Hex EC 55 94 0 40 25 7 14F 50 3F
Octal 354 125 224 0 100 45 7 517 120 77
Binary 11101100 1010101 10010100 0 1000000 100101 111 101001111 1010000 111111

Color Harmonies of #EC5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5594

Black with #EC5594

Text Example


Text Example

White with #EC5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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