Html Css Color HEX #EC508B French Rose

📋 copy color: '#EC508B'

red 236 ◦ green 80 ◦ blue 139

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

Shades of French Rose #EC508B

Tints of French Rose #EC508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 51.87%
G = 17.58%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC508B (or 0xEC508B) is known color: French Rose. HEX triplet: EC, 50 and 8B. RGB value is (236,80,139). Sum of RGB (Red+Green+Blue) = 236+80+139=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC508B is #13AF74. Grayscale: #858585. Windows color (decimal): -1290101 or 9130220. OLE color: 9130220.

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

Color convert

RGB 236 80 139 -
CMYK 0 0.66 0.41 0.07
HSL 337.31º 0.8% 0.62% -
HSV(B) 337.31º 0.66% 0.93% -
XYZ 42.12 25.43 27.12 -
YUV 133.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 236 80 139 0 0.66 0.41 0.07 337.31 0.8 0.62
Hex EC 50 8B 0 42 29 7 151 50 3E
Octal 354 120 213 0 102 51 7 521 120 76
Binary 11101100 1010000 10001011 0 1000010 101001 111 101010001 1010000 111110

Color Harmonies of #EC508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC508B

Black with #EC508B

Text Example


Text Example

White with #EC508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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