Html Css Color HEX #EE1696 Deep Pink

📋 copy color: '#EE1696'

red 238 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #EE1696

Tints of Deep Pink #EE1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 58.05%
G = 5.37%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE1696 (or 0xEE1696) is known color: Deep Pink. HEX triplet: EE, 16 and 96. RGB value is (238,22,150). Sum of RGB (Red+Green+Blue) = 238+22+150=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1696 is #11E969. Grayscale: #646464. Windows color (decimal): -1173866 or 9836270. OLE color: 9836270.

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

Color convert

RGB 238 22 150 -
CMYK 0 0.91 0.37 0.07
HSL 324.44º 0.86% 0.51% -
HSV(B) 324.44º 0.91% 0.93% -
XYZ 41.05 20.95 30.73 -
YUV 101.18 155.56 225.59 -
System Red Green Blue C M Y K H S L
Decimal 238 22 150 0 0.91 0.37 0.07 324.44 0.86 0.51
Hex EE 16 96 0 5B 25 7 144 56 33
Octal 356 26 226 0 133 45 7 504 126 63
Binary 11101110 10110 10010110 0 1011011 100101 111 101000100 1010110 110011

Color Harmonies of #EE1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1696

Black with #EE1696

Text Example


Text Example

White with #EE1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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