Html Css Color HEX #EE2185 Deep Pink

📋 copy color: '#EE2185'

red 238 ◦ green 33 ◦ blue 133

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

Shades of Deep Pink #EE2185

Tints of Deep Pink #EE2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 58.91%
G = 8.17%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE2185 (or 0xEE2185) is known color: Deep Pink. HEX triplet: EE, 21 and 85. RGB value is (238,33,133). Sum of RGB (Red+Green+Blue) = 238+33+133=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2185 is #11DE7A. Grayscale: #696969. Windows color (decimal): -1171067 or 8724974. OLE color: 8724974.

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

Color convert

RGB 238 33 133 -
CMYK 0 0.86 0.44 0.07
HSL 330.73º 0.86% 0.53% -
HSV(B) 330.73º 0.86% 0.93% -
XYZ 40.04 20.96 24.13 -
YUV 105.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 238 33 133 0 0.86 0.44 0.07 330.73 0.86 0.53
Hex EE 21 85 0 56 2C 7 14B 56 35
Octal 356 41 205 0 126 54 7 513 126 65
Binary 11101110 100001 10000101 0 1010110 101100 111 101001011 1010110 110101

Color Harmonies of #EE2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2185

Black with #EE2185

Text Example


Text Example

White with #EE2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2185; }

 p { color: rgb(238,33,133); }

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

background-color css

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

 a { background-color: rgb(238,33,133); }

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

border-color css

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

 span { border-color: rgb(238,33,133); }

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