Html Css Color HEX #EC5698 French Rose

📋 copy color: '#EC5698'

red 236 ◦ green 86 ◦ blue 152

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

Shades of French Rose #EC5698

Tints of French Rose #EC5698

RGB

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

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

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

R = 49.79%
G = 18.14%
B = 32.07%

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

#EC5698 (or 0xEC5698) is known color: French Rose. HEX triplet: EC, 56 and 98. RGB value is (236,86,152). Sum of RGB (Red+Green+Blue) = 236+86+152=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5698 is #13A967. Grayscale: #8A8A8A. Windows color (decimal): -1288552 or 9983724. OLE color: 9983724.

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

Color convert

RGB 236 86 152 -
CMYK 0 0.64 0.36 0.07
HSL 333.6º 0.8% 0.63% -
HSV(B) 333.6º 0.64% 0.93% -
XYZ 43.59 26.76 32.57 -
YUV 138.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 236 86 152 0 0.64 0.36 0.07 333.6 0.8 0.63
Hex EC 56 98 0 40 24 7 14E 50 3F
Octal 354 126 230 0 100 44 7 516 120 77
Binary 11101100 1010110 10011000 0 1000000 100100 111 101001110 1010000 111111

Color Harmonies of #EC5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5698

Black with #EC5698

Text Example


Text Example

White with #EC5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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