Html Css Color HEX #EC508E French Rose

📋 copy color: '#EC508E'

red 236 ◦ green 80 ◦ blue 142

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

Shades of French Rose #EC508E

Tints of French Rose #EC508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 51.53%
G = 17.47%
B = 31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC508E (or 0xEC508E) is known color: French Rose. HEX triplet: EC, 50 and 8E. RGB value is (236,80,142). Sum of RGB (Red+Green+Blue) = 236+80+142=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC508E is #13AF71. Grayscale: #858585. Windows color (decimal): -1290098 or 9326828. OLE color: 9326828.

HSL color Cylindrical-coordinate representation of color #EC508E: hue angle of 336.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC508E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 142 -
CMYK 0 0.66 0.40 0.07
HSL 336.15º 0.8% 0.62% -
HSV(B) 336.15º 0.66% 0.93% -
XYZ 42.34 25.52 28.29 -
YUV 133.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 236 80 142 0 0.66 0.40 0.07 336.15 0.8 0.62
Hex EC 50 8E 0 42 28 7 150 50 3E
Octal 354 120 216 0 102 50 7 520 120 76
Binary 11101100 1010000 10001110 0 1000010 101000 111 101010000 1010000 111110

Color Harmonies of #EC508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC508E

Black with #EC508E

Text Example


Text Example

White with #EC508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC508E; }

 p { color: rgb(236,80,142); }

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

background-color css

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

 a { background-color: rgb(236,80,142); }

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

border-color css

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

 span { border-color: rgb(236,80,142); }

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