Html Css Color HEX #ED118B Deep Pink

📋 copy color: '#ED118B'

red 237 ◦ green 17 ◦ blue 139

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

Shades of Deep Pink #ED118B

Tints of Deep Pink #ED118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 60.31%
G = 4.33%
B = 35.37%

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

#ED118B (or 0xED118B) is known color: Deep Pink. HEX triplet: ED, 11 and 8B. RGB value is (237,17,139). Sum of RGB (Red+Green+Blue) = 237+17+139=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED118B is #12EE74. Grayscale: #606060. Windows color (decimal): -1240693 or 9114093. OLE color: 9114093.

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

Color convert

RGB 237 17 139 -
CMYK 0 0.93 0.41 0.07
HSL 326.73º 0.87% 0.5% -
HSV(B) 326.73º 0.93% 0.93% -
XYZ 39.79 20.27 26.24 -
YUV 96.69 151.89 228.08 -
System Red Green Blue C M Y K H S L
Decimal 237 17 139 0 0.93 0.41 0.07 326.73 0.87 0.5
Hex ED 11 8B 0 5D 29 7 147 57 32
Octal 355 21 213 0 135 51 7 507 127 62
Binary 11101101 10001 10001011 0 1011101 101001 111 101000111 1010111 110010

Color Harmonies of #ED118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED118B

Black with #ED118B

Text Example


Text Example

White with #ED118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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