Html Css Color HEX #EE1595 Deep Pink

📋 copy color: '#EE1595'

red 238 ◦ green 21 ◦ blue 149

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

Shades of Deep Pink #EE1595

Tints of Deep Pink #EE1595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 58.33%
G = 5.15%
B = 36.52%

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

#EE1595 (or 0xEE1595) is known color: Deep Pink. HEX triplet: EE, 15 and 95. RGB value is (238,21,149). Sum of RGB (Red+Green+Blue) = 238+21+149=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1595 is #11EA6A. Grayscale: #646464. Windows color (decimal): -1174123 or 9770478. OLE color: 9770478.

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

Color convert

RGB 238 21 149 -
CMYK 0 0.91 0.37 0.07
HSL 324.61º 0.86% 0.51% -
HSV(B) 324.61º 0.91% 0.93% -
XYZ 40.95 20.88 30.31 -
YUV 100.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 238 21 149 0 0.91 0.37 0.07 324.61 0.86 0.51
Hex EE 15 95 0 5B 25 7 145 56 33
Octal 356 25 225 0 133 45 7 505 126 63
Binary 11101110 10101 10010101 0 1011011 100101 111 101000101 1010110 110011

Color Harmonies of #EE1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1595

Black with #EE1595

Text Example


Text Example

White with #EE1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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