Html Css Color HEX #ED1891 Deep Pink

📋 copy color: '#ED1891'

red 237 ◦ green 24 ◦ blue 145

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

Shades of Deep Pink #ED1891

Tints of Deep Pink #ED1891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 58.37%
G = 5.91%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED1891 (or 0xED1891) is known color: Deep Pink. HEX triplet: ED, 18 and 91. RGB value is (237,24,145). Sum of RGB (Red+Green+Blue) = 237+24+145=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1891 is #12E76E. Grayscale: #656565. Windows color (decimal): -1238895 or 9509101. OLE color: 9509101.

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

Color convert

RGB 237 24 145 -
CMYK 0 0.90 0.39 0.07
HSL 325.92º 0.86% 0.51% -
HSV(B) 325.92º 0.9% 0.93% -
XYZ 40.36 20.7 28.66 -
YUV 101.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 237 24 145 0 0.90 0.39 0.07 325.92 0.86 0.51
Hex ED 18 91 0 5A 27 7 146 56 33
Octal 355 30 221 0 132 47 7 506 126 63
Binary 11101101 11000 10010001 0 1011010 100111 111 101000110 1010110 110011

Color Harmonies of #ED1891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1891

Black with #ED1891

Text Example


Text Example

White with #ED1891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1891; }

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

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

background-color css

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

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

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

border-color css

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

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

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