Html Css Color HEX #EC5697 French Rose

📋 copy color: '#EC5697'

red 236 ◦ green 86 ◦ blue 151

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

Shades of French Rose #EC5697

Tints of French Rose #EC5697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.18%

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

R = 49.89%
G = 18.18%
B = 31.92%

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

#EC5697 (or 0xEC5697) is known color: French Rose. HEX triplet: EC, 56 and 97. RGB value is (236,86,151). Sum of RGB (Red+Green+Blue) = 236+86+151=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5697 is #13A968. Grayscale: #8A8A8A. Windows color (decimal): -1288553 or 9918188. OLE color: 9918188.

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

Color convert

RGB 236 86 151 -
CMYK 0 0.64 0.36 0.07
HSL 334º 0.8% 0.63% -
HSV(B) 334º 0.64% 0.93% -
XYZ 43.51 26.72 32.14 -
YUV 138.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 236 86 151 0 0.64 0.36 0.07 334 0.8 0.63
Hex EC 56 97 0 40 24 7 14E 50 3F
Octal 354 126 227 0 100 44 7 516 120 77
Binary 11101100 1010110 10010111 0 1000000 100100 111 101001110 1010000 111111

Color Harmonies of #EC5697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5697

Black with #EC5697

Text Example


Text Example

White with #EC5697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5697; }

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

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

background-color css

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

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

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

border-color css

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

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

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