Html Css Color HEX #EE1690 Deep Pink

📋 copy color: '#EE1690'

red 238 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #EE1690

Tints of Deep Pink #EE1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 58.91%
G = 5.45%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE1690 (or 0xEE1690) is known color: Deep Pink. HEX triplet: EE, 16 and 90. RGB value is (238,22,144). Sum of RGB (Red+Green+Blue) = 238+22+144=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1690 is #11E96F. Grayscale: #646464. Windows color (decimal): -1173872 or 9443054. OLE color: 9443054.

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

Color convert

RGB 238 22 144 -
CMYK 0 0.91 0.39 0.07
HSL 326.11º 0.86% 0.51% -
HSV(B) 326.11º 0.91% 0.93% -
XYZ 40.58 20.76 28.25 -
YUV 100.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 238 22 144 0 0.91 0.39 0.07 326.11 0.86 0.51
Hex EE 16 90 0 5B 27 7 146 56 33
Octal 356 26 220 0 133 47 7 506 126 63
Binary 11101110 10110 10010000 0 1011011 100111 111 101000110 1010110 110011

Color Harmonies of #EE1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1690

Black with #EE1690

Text Example


Text Example

White with #EE1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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