Html Css Color HEX #ED518A French Rose

📋 copy color: '#ED518A'

red 237 ◦ green 81 ◦ blue 138

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

Shades of French Rose #ED518A

Tints of French Rose #ED518A

RGB

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

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

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

R = 51.97%
G = 17.76%
B = 30.26%

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

#ED518A (or 0xED518A) is known color: French Rose. HEX triplet: ED, 51 and 8A. RGB value is (237,81,138). Sum of RGB (Red+Green+Blue) = 237+81+138=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED518A is #12AE75. Grayscale: #868686. Windows color (decimal): -1224310 or 9064941. OLE color: 9064941.

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

Color convert

RGB 237 81 138 -
CMYK 0 0.66 0.42 0.07
HSL 338.08º 0.81% 0.62% -
HSV(B) 338.08º 0.66% 0.93% -
XYZ 42.45 25.72 26.77 -
YUV 134.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 237 81 138 0 0.66 0.42 0.07 338.08 0.81 0.62
Hex ED 51 8A 0 42 2A 7 152 51 3E
Octal 355 121 212 0 102 52 7 522 121 76
Binary 11101101 1010001 10001010 0 1000010 101010 111 101010010 1010001 111110

Color Harmonies of #ED518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED518A

Black with #ED518A

Text Example


Text Example

White with #ED518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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