Html Css Color HEX #EC518D French Rose

📋 copy color: '#EC518D'

red 236 ◦ green 81 ◦ blue 141

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

Shades of French Rose #EC518D

Tints of French Rose #EC518D

RGB

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

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

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

R = 51.53%
G = 17.69%
B = 30.79%

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

#EC518D (or 0xEC518D) is known color: French Rose. HEX triplet: EC, 51 and 8D. RGB value is (236,81,141). Sum of RGB (Red+Green+Blue) = 236+81+141=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC518D is #13AE72. Grayscale: #868686. Windows color (decimal): -1289843 or 9261548. OLE color: 9261548.

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

Color convert

RGB 236 81 141 -
CMYK 0 0.66 0.40 0.07
HSL 336.77º 0.8% 0.62% -
HSV(B) 336.77º 0.66% 0.93% -
XYZ 42.34 25.64 27.92 -
YUV 134.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 236 81 141 0 0.66 0.40 0.07 336.77 0.8 0.62
Hex EC 51 8D 0 42 28 7 151 50 3E
Octal 354 121 215 0 102 50 7 521 120 76
Binary 11101100 1010001 10001101 0 1000010 101000 111 101010001 1010000 111110

Color Harmonies of #EC518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC518D

Black with #EC518D

Text Example


Text Example

White with #EC518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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