Html Css Color HEX #EC508F French Rose

📋 copy color: '#EC508F'

red 236 ◦ green 80 ◦ blue 143

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

Shades of French Rose #EC508F

Tints of French Rose #EC508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 51.42%
G = 17.43%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC508F (or 0xEC508F) is known color: French Rose. HEX triplet: EC, 50 and 8F. RGB value is (236,80,143). Sum of RGB (Red+Green+Blue) = 236+80+143=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC508F is #13AF70. Grayscale: #858585. Windows color (decimal): -1290097 or 9392364. OLE color: 9392364.

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

Color convert

RGB 236 80 143 -
CMYK 0 0.66 0.39 0.07
HSL 335.77º 0.8% 0.62% -
HSV(B) 335.77º 0.66% 0.93% -
XYZ 42.42 25.55 28.68 -
YUV 133.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 236 80 143 0 0.66 0.39 0.07 335.77 0.8 0.62
Hex EC 50 8F 0 42 27 7 150 50 3E
Octal 354 120 217 0 102 47 7 520 120 76
Binary 11101100 1010000 10001111 0 1000010 100111 111 101010000 1010000 111110

Color Harmonies of #EC508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC508F

Black with #EC508F

Text Example


Text Example

White with #EC508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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