Html Css Color HEX #EC508A French Rose

📋 copy color: '#EC508A'

red 236 ◦ green 80 ◦ blue 138

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

Shades of French Rose #EC508A

Tints of French Rose #EC508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 51.98%
G = 17.62%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC508A (or 0xEC508A) is known color: French Rose. HEX triplet: EC, 50 and 8A. RGB value is (236,80,138). Sum of RGB (Red+Green+Blue) = 236+80+138=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC508A is #13AF75. Grayscale: #858585. Windows color (decimal): -1290102 or 9064684. OLE color: 9064684.

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

Color convert

RGB 236 80 138 -
CMYK 0 0.66 0.42 0.07
HSL 337.69º 0.8% 0.62% -
HSV(B) 337.69º 0.66% 0.93% -
XYZ 42.05 25.41 26.73 -
YUV 133.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 236 80 138 0 0.66 0.42 0.07 337.69 0.8 0.62
Hex EC 50 8A 0 42 2A 7 152 50 3E
Octal 354 120 212 0 102 52 7 522 120 76
Binary 11101100 1010000 10001010 0 1000010 101010 111 101010010 1010000 111110

Color Harmonies of #EC508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC508A

Black with #EC508A

Text Example


Text Example

White with #EC508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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