Html Css Color HEX #EC508D French Rose

📋 copy color: '#EC508D'

red 236 ◦ green 80 ◦ blue 141

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

Shades of French Rose #EC508D

Tints of French Rose #EC508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 51.64%
G = 17.51%
B = 30.85%

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

#EC508D (or 0xEC508D) is known color: French Rose. HEX triplet: EC, 50 and 8D. RGB value is (236,80,141). Sum of RGB (Red+Green+Blue) = 236+80+141=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC508D is #13AF72. Grayscale: #858585. Windows color (decimal): -1290099 or 9261292. OLE color: 9261292.

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

Color convert

RGB 236 80 141 -
CMYK 0 0.66 0.40 0.07
HSL 336.54º 0.8% 0.62% -
HSV(B) 336.54º 0.66% 0.93% -
XYZ 42.27 25.49 27.89 -
YUV 133.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 236 80 141 0 0.66 0.40 0.07 336.54 0.8 0.62
Hex EC 50 8D 0 42 28 7 151 50 3E
Octal 354 120 215 0 102 50 7 521 120 76
Binary 11101100 1010000 10001101 0 1000010 101000 111 101010001 1010000 111110

Color Harmonies of #EC508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC508D

Black with #EC508D

Text Example


Text Example

White with #EC508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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