Html Css Color HEX #ED518D French Rose

📋 copy color: '#ED518D'

red 237 ◦ green 81 ◦ blue 141

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

Shades of French Rose #ED518D

Tints of French Rose #ED518D

RGB

 RED value IS 237 (92.97% from 255) = 51.63%

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

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

R = 51.63%
G = 17.65%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED518D (or 0xED518D) is known color: French Rose. HEX triplet: ED, 51 and 8D. RGB value is (237,81,141). Sum of RGB (Red+Green+Blue) = 237+81+141=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED518D is #12AE72. Grayscale: #868686. Windows color (decimal): -1224307 or 9261549. OLE color: 9261549.

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

Color convert

RGB 237 81 141 -
CMYK 0 0.66 0.41 0.07
HSL 336.92º 0.81% 0.62% -
HSV(B) 336.92º 0.66% 0.93% -
XYZ 42.68 25.81 27.93 -
YUV 134.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 237 81 141 0 0.66 0.41 0.07 336.92 0.81 0.62
Hex ED 51 8D 0 42 29 7 151 51 3E
Octal 355 121 215 0 102 51 7 521 121 76
Binary 11101101 1010001 10001101 0 1000010 101001 111 101010001 1010001 111110

Color Harmonies of #ED518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED518D

Black with #ED518D

Text Example


Text Example

White with #ED518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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