Html Css Color HEX #EE1785 Deep Pink

📋 copy color: '#EE1785'

red 238 ◦ green 23 ◦ blue 133

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

Shades of Deep Pink #EE1785

Tints of Deep Pink #EE1785

RGB

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

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

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

R = 60.41%
G = 5.84%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE1785 (or 0xEE1785) is known color: Deep Pink. HEX triplet: EE, 17 and 85. RGB value is (238,23,133). Sum of RGB (Red+Green+Blue) = 238+23+133=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1785 is #11E87A. Grayscale: #636363. Windows color (decimal): -1173627 or 8722414. OLE color: 8722414.

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

Color convert

RGB 238 23 133 -
CMYK 0 0.90 0.44 0.07
HSL 329.3º 0.86% 0.51% -
HSV(B) 329.3º 0.9% 0.93% -
XYZ 39.8 20.48 24.05 -
YUV 99.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 238 23 133 0 0.90 0.44 0.07 329.3 0.86 0.51
Hex EE 17 85 0 5A 2C 7 149 56 33
Octal 356 27 205 0 132 54 7 511 126 63
Binary 11101110 10111 10000101 0 1011010 101100 111 101001001 1010110 110011

Color Harmonies of #EE1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1785

Black with #EE1785

Text Example


Text Example

White with #EE1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1785; }

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

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

background-color css

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

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

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

border-color css

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

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

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