Html Css Color HEX #EC5692 French Rose

📋 copy color: '#EC5692'

red 236 ◦ green 86 ◦ blue 146

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

Shades of French Rose #EC5692

Tints of French Rose #EC5692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 50.43%
G = 18.38%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5692 (or 0xEC5692) is known color: French Rose. HEX triplet: EC, 56 and 92. RGB value is (236,86,146). Sum of RGB (Red+Green+Blue) = 236+86+146=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5692 is #13A96D. Grayscale: #898989. Windows color (decimal): -1288558 or 9590508. OLE color: 9590508.

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

Color convert

RGB 236 86 146 -
CMYK 0 0.64 0.38 0.07
HSL 336º 0.8% 0.63% -
HSV(B) 336º 0.64% 0.93% -
XYZ 43.11 26.56 30.05 -
YUV 137.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 236 86 146 0 0.64 0.38 0.07 336 0.8 0.63
Hex EC 56 92 0 40 26 7 150 50 3F
Octal 354 126 222 0 100 46 7 520 120 77
Binary 11101100 1010110 10010010 0 1000000 100110 111 101010000 1010000 111111

Color Harmonies of #EC5692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5692

Black with #EC5692

Text Example


Text Example

White with #EC5692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5692; }

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

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

background-color css

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

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

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

border-color css

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

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

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