Html Css Color HEX #ED1888 Deep Pink

📋 copy color: '#ED1888'

red 237 ◦ green 24 ◦ blue 136

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

Shades of Deep Pink #ED1888

Tints of Deep Pink #ED1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 59.7%
G = 6.05%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED1888 (or 0xED1888) is known color: Deep Pink. HEX triplet: ED, 18 and 88. RGB value is (237,24,136). Sum of RGB (Red+Green+Blue) = 237+24+136=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1888 is #12E777. Grayscale: #646464. Windows color (decimal): -1238904 or 8919277. OLE color: 8919277.

HSL color Cylindrical-coordinate representation of color #ED1888: hue angle of 328.45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1888 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 136 -
CMYK 0 0.90 0.43 0.07
HSL 328.45º 0.86% 0.51% -
HSV(B) 328.45º 0.9% 0.93% -
XYZ 39.7 20.44 25.14 -
YUV 100.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 237 24 136 0 0.90 0.43 0.07 328.45 0.86 0.51
Hex ED 18 88 0 5A 2B 7 148 56 33
Octal 355 30 210 0 132 53 7 510 126 63
Binary 11101101 11000 10001000 0 1011010 101011 111 101001000 1010110 110011

Color Harmonies of #ED1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1888

Black with #ED1888

Text Example


Text Example

White with #ED1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1888; }

 p { color: rgb(237,24,136); }

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

background-color css

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

 a { background-color: rgb(237,24,136); }

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

border-color css

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

 span { border-color: rgb(237,24,136); }

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