Html Css Color HEX #EC5598 French Rose

📋 copy color: '#EC5598'

red 236 ◦ green 85 ◦ blue 152

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

Shades of French Rose #EC5598

Tints of French Rose #EC5598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 49.89%
G = 17.97%
B = 32.14%

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

#EC5598 (or 0xEC5598) is known color: French Rose. HEX triplet: EC, 55 and 98. RGB value is (236,85,152). Sum of RGB (Red+Green+Blue) = 236+85+152=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5598 is #13AA67. Grayscale: #898989. Windows color (decimal): -1288808 or 9983468. OLE color: 9983468.

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

Color convert

RGB 236 85 152 -
CMYK 0 0.64 0.36 0.07
HSL 333.38º 0.8% 0.63% -
HSV(B) 333.38º 0.64% 0.93% -
XYZ 43.51 26.6 32.55 -
YUV 137.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 236 85 152 0 0.64 0.36 0.07 333.38 0.8 0.63
Hex EC 55 98 0 40 24 7 14D 50 3F
Octal 354 125 230 0 100 44 7 515 120 77
Binary 11101100 1010101 10011000 0 1000000 100100 111 101001101 1010000 111111

Color Harmonies of #EC5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5598

Black with #EC5598

Text Example


Text Example

White with #EC5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5598; }

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

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

background-color css

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

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

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

border-color css

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

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

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