Html Css Color HEX #ED0881 Deep Pink

📋 copy color: '#ED0881'

red 237 ◦ green 8 ◦ blue 129

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

Shades of Deep Pink #ED0881

Tints of Deep Pink #ED0881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 63.37%
G = 2.14%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED0881 (or 0xED0881) is known color: Deep Pink. HEX triplet: ED, 08 and 81. RGB value is (237,8,129). Sum of RGB (Red+Green+Blue) = 237+8+129=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0881 is #12F77E. Grayscale: #5A5A5A. Windows color (decimal): -1243007 or 8456429. OLE color: 8456429.

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

Color convert

RGB 237 8 129 -
CMYK 0 0.97 0.46 0.07
HSL 328.3º 0.93% 0.48% -
HSV(B) 328.3º 0.97% 0.93% -
XYZ 38.97 19.76 22.53 -
YUV 90.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 237 8 129 0 0.97 0.46 0.07 328.3 0.93 0.48
Hex ED 8 81 0 61 2E 7 148 5D 30
Octal 355 10 201 0 141 56 7 510 135 60
Binary 11101101 1000 10000001 0 1100001 101110 111 101001000 1011101 110000

Color Harmonies of #ED0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0881

Black with #ED0881

Text Example


Text Example

White with #ED0881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0881; }

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

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

background-color css

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

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

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

border-color css

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

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

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