Html Css Color HEX #EE1890 Deep Pink

📋 copy color: '#EE1890'

red 238 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #EE1890

Tints of Deep Pink #EE1890

RGB

 RED value IS 238 (93.36% from 255) = 58.62%

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 58.62%
G = 5.91%
B = 35.47%

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

#EE1890 (or 0xEE1890) is known color: Deep Pink. HEX triplet: EE, 18 and 90. RGB value is (238,24,144). Sum of RGB (Red+Green+Blue) = 238+24+144=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1890 is #11E76F. Grayscale: #656565. Windows color (decimal): -1173360 or 9443566. OLE color: 9443566.

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

Color convert

RGB 238 24 144 -
CMYK 0 0.90 0.39 0.07
HSL 326.36º 0.86% 0.51% -
HSV(B) 326.36º 0.9% 0.93% -
XYZ 40.62 20.84 28.27 -
YUV 101.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 238 24 144 0 0.90 0.39 0.07 326.36 0.86 0.51
Hex EE 18 90 0 5A 27 7 146 56 33
Octal 356 30 220 0 132 47 7 506 126 63
Binary 11101110 11000 10010000 0 1011010 100111 111 101000110 1010110 110011

Color Harmonies of #EE1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1890

Black with #EE1890

Text Example


Text Example

White with #EE1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1890; }

 p { color: rgb(238,24,144); }

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

background-color css

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

 a { background-color: rgb(238,24,144); }

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

border-color css

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

 span { border-color: rgb(238,24,144); }

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