Html Css Color HEX #EC5291 French Rose

📋 copy color: '#EC5291'

red 236 ◦ green 82 ◦ blue 145

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

Shades of French Rose #EC5291

Tints of French Rose #EC5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 50.97%
G = 17.71%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5291 (or 0xEC5291) is known color: French Rose. HEX triplet: EC, 52 and 91. RGB value is (236,82,145). Sum of RGB (Red+Green+Blue) = 236+82+145=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5291 is #13AD6E. Grayscale: #878787. Windows color (decimal): -1289583 or 9523948. OLE color: 9523948.

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

Color convert

RGB 236 82 145 -
CMYK 0 0.65 0.39 0.07
HSL 335.45º 0.8% 0.62% -
HSV(B) 335.45º 0.65% 0.93% -
XYZ 42.72 25.91 29.54 -
YUV 135.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 236 82 145 0 0.65 0.39 0.07 335.45 0.8 0.62
Hex EC 52 91 0 41 27 7 14F 50 3E
Octal 354 122 221 0 101 47 7 517 120 76
Binary 11101100 1010010 10010001 0 1000001 100111 111 101001111 1010000 111110

Color Harmonies of #EC5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5291

Black with #EC5291

Text Example


Text Example

White with #EC5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5291; }

 p { color: rgb(236,82,145); }

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

background-color css

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

 a { background-color: rgb(236,82,145); }

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

border-color css

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

 span { border-color: rgb(236,82,145); }

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