Html Css Color HEX #ED118D Deep Pink

📋 copy color: '#ED118D'

red 237 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #ED118D

Tints of Deep Pink #ED118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

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

R = 60%
G = 4.3%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED118D (or 0xED118D) is known color: Deep Pink. HEX triplet: ED, 11 and 8D. RGB value is (237,17,141). Sum of RGB (Red+Green+Blue) = 237+17+141=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED118D is #12EE72. Grayscale: #606060. Windows color (decimal): -1240691 or 9245165. OLE color: 9245165.

HSL color Cylindrical-coordinate representation of color #ED118D: hue angle of 326.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED118D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 141 -
CMYK 0 0.93 0.41 0.07
HSL 326.18º 0.87% 0.5% -
HSV(B) 326.18º 0.93% 0.93% -
XYZ 39.93 20.33 27.02 -
YUV 96.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 237 17 141 0 0.93 0.41 0.07 326.18 0.87 0.5
Hex ED 11 8D 0 5D 29 7 146 57 32
Octal 355 21 215 0 135 51 7 506 127 62
Binary 11101101 10001 10001101 0 1011101 101001 111 101000110 1010111 110010

Color Harmonies of #ED118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED118D

Black with #ED118D

Text Example


Text Example

White with #ED118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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