Html Css Color HEX #ED1081 Deep Pink

📋 copy color: '#ED1081'

red 237 ◦ green 16 ◦ blue 129

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

Shades of Deep Pink #ED1081

Tints of Deep Pink #ED1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 62.04%
G = 4.19%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED1081 (or 0xED1081) is known color: Deep Pink. HEX triplet: ED, 10 and 81. RGB value is (237,16,129). Sum of RGB (Red+Green+Blue) = 237+16+129=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1081 is #12EF7E. Grayscale: #5E5E5E. Windows color (decimal): -1240959 or 8458477. OLE color: 8458477.

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

Color convert

RGB 237 16 129 -
CMYK 0 0.93 0.46 0.07
HSL 329.32º 0.87% 0.5% -
HSV(B) 329.32º 0.93% 0.93% -
XYZ 39.07 19.96 22.56 -
YUV 94.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 237 16 129 0 0.93 0.46 0.07 329.32 0.87 0.5
Hex ED 10 81 0 5D 2E 7 149 57 32
Octal 355 20 201 0 135 56 7 511 127 62
Binary 11101101 10000 10000001 0 1011101 101110 111 101001001 1010111 110010

Color Harmonies of #ED1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1081

Black with #ED1081

Text Example


Text Example

White with #ED1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1081; }

 p { color: rgb(237,16,129); }

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

background-color css

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

 a { background-color: rgb(237,16,129); }

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

border-color css

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

 span { border-color: rgb(237,16,129); }

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