Html Css Color HEX #EE1994 Deep Pink

📋 copy color: '#EE1994'

red 238 ◦ green 25 ◦ blue 148

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

Shades of Deep Pink #EE1994

Tints of Deep Pink #EE1994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 57.91%
G = 6.08%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE1994 (or 0xEE1994) is known color: Deep Pink. HEX triplet: EE, 19 and 94. RGB value is (238,25,148). Sum of RGB (Red+Green+Blue) = 238+25+148=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1994 is #11E66B. Grayscale: #666666. Windows color (decimal): -1173100 or 9705966. OLE color: 9705966.

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

Color convert

RGB 238 25 148 -
CMYK 0 0.89 0.38 0.07
HSL 325.35º 0.86% 0.52% -
HSV(B) 325.35º 0.89% 0.93% -
XYZ 40.95 21.01 29.91 -
YUV 102.71 153.57 224.5 -
System Red Green Blue C M Y K H S L
Decimal 238 25 148 0 0.89 0.38 0.07 325.35 0.86 0.52
Hex EE 19 94 0 59 26 7 145 56 34
Octal 356 31 224 0 131 46 7 505 126 64
Binary 11101110 11001 10010100 0 1011001 100110 111 101000101 1010110 110100

Color Harmonies of #EE1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1994

Black with #EE1994

Text Example


Text Example

White with #EE1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1994; }

 p { color: rgb(238,25,148); }

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

background-color css

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

 a { background-color: rgb(238,25,148); }

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

border-color css

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

 span { border-color: rgb(238,25,148); }

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