Html Css Color HEX #EC518A French Rose

📋 copy color: '#EC518A'

red 236 ◦ green 81 ◦ blue 138

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

Shades of French Rose #EC518A

Tints of French Rose #EC518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.8%

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

R = 51.87%
G = 17.8%
B = 30.33%

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

#EC518A (or 0xEC518A) is known color: French Rose. HEX triplet: EC, 51 and 8A. RGB value is (236,81,138). Sum of RGB (Red+Green+Blue) = 236+81+138=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC518A is #13AE75. Grayscale: #858585. Windows color (decimal): -1289846 or 9064940. OLE color: 9064940.

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

Color convert

RGB 236 81 138 -
CMYK 0 0.66 0.42 0.07
HSL 337.94º 0.8% 0.62% -
HSV(B) 337.94º 0.66% 0.93% -
XYZ 42.12 25.55 26.76 -
YUV 133.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 236 81 138 0 0.66 0.42 0.07 337.94 0.8 0.62
Hex EC 51 8A 0 42 2A 7 152 50 3E
Octal 354 121 212 0 102 52 7 522 120 76
Binary 11101100 1010001 10001010 0 1000010 101010 111 101010010 1010000 111110

Color Harmonies of #EC518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC518A

Black with #EC518A

Text Example


Text Example

White with #EC518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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