Html Css Color HEX #EE1594 Deep Pink

📋 copy color: '#EE1594'

red 238 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #EE1594

Tints of Deep Pink #EE1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.16%

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

R = 58.48%
G = 5.16%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE1594 (or 0xEE1594) is known color: Deep Pink. HEX triplet: EE, 15 and 94. RGB value is (238,21,148). Sum of RGB (Red+Green+Blue) = 238+21+148=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1594 is #11EA6B. Grayscale: #646464. Windows color (decimal): -1174124 or 9704942. OLE color: 9704942.

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

Color convert

RGB 238 21 148 -
CMYK 0 0.91 0.38 0.07
HSL 324.88º 0.86% 0.51% -
HSV(B) 324.88º 0.91% 0.93% -
XYZ 40.87 20.85 29.89 -
YUV 100.36 154.89 226.17 -
System Red Green Blue C M Y K H S L
Decimal 238 21 148 0 0.91 0.38 0.07 324.88 0.86 0.51
Hex EE 15 94 0 5B 26 7 145 56 33
Octal 356 25 224 0 133 46 7 505 126 63
Binary 11101110 10101 10010100 0 1011011 100110 111 101000101 1010110 110011

Color Harmonies of #EE1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1594

Black with #EE1594

Text Example


Text Example

White with #EE1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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