Html Css Color HEX #EE1795 Deep Pink

📋 copy color: '#EE1795'

red 238 ◦ green 23 ◦ blue 149

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

Shades of Deep Pink #EE1795

Tints of Deep Pink #EE1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.61%

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

R = 58.05%
G = 5.61%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE1795 (or 0xEE1795) is known color: Deep Pink. HEX triplet: EE, 17 and 95. RGB value is (238,23,149). Sum of RGB (Red+Green+Blue) = 238+23+149=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1795 is #11E86A. Grayscale: #656565. Windows color (decimal): -1173611 or 9770990. OLE color: 9770990.

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

Color convert

RGB 238 23 149 -
CMYK 0 0.90 0.37 0.07
HSL 324.84º 0.86% 0.51% -
HSV(B) 324.84º 0.9% 0.93% -
XYZ 40.99 20.96 30.32 -
YUV 101.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 238 23 149 0 0.90 0.37 0.07 324.84 0.86 0.51
Hex EE 17 95 0 5A 25 7 145 56 33
Octal 356 27 225 0 132 45 7 505 126 63
Binary 11101110 10111 10010101 0 1011010 100101 111 101000101 1010110 110011

Color Harmonies of #EE1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1795

Black with #EE1795

Text Example


Text Example

White with #EE1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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