Html Css Color HEX #EC5297 French Rose

📋 copy color: '#EC5297'

red 236 ◦ green 82 ◦ blue 151

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

Shades of French Rose #EC5297

Tints of French Rose #EC5297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.2%

R = 50.32%
G = 17.48%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5297 (or 0xEC5297) is known color: French Rose. HEX triplet: EC, 52 and 97. RGB value is (236,82,151). Sum of RGB (Red+Green+Blue) = 236+82+151=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5297 is #13AD68. Grayscale: #878787. Windows color (decimal): -1289577 or 9917164. OLE color: 9917164.

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

Color convert

RGB 236 82 151 -
CMYK 0 0.65 0.36 0.07
HSL 333.12º 0.8% 0.62% -
HSV(B) 333.12º 0.65% 0.93% -
XYZ 43.2 26.1 32.04 -
YUV 135.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 236 82 151 0 0.65 0.36 0.07 333.12 0.8 0.62
Hex EC 52 97 0 41 24 7 14D 50 3E
Octal 354 122 227 0 101 44 7 515 120 76
Binary 11101100 1010010 10010111 0 1000001 100100 111 101001101 1010000 111110

Color Harmonies of #EC5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5297

Black with #EC5297

Text Example


Text Example

White with #EC5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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