Html Css Color HEX #EE1090 Deep Pink

📋 copy color: '#EE1090'

red 238 ◦ green 16 ◦ blue 144

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

Shades of Deep Pink #EE1090

Tints of Deep Pink #EE1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 59.8%
G = 4.02%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE1090 (or 0xEE1090) is known color: Deep Pink. HEX triplet: EE, 10 and 90. RGB value is (238,16,144). Sum of RGB (Red+Green+Blue) = 238+16+144=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1090 is #11EF6F. Grayscale: #606060. Windows color (decimal): -1175408 or 9441518. OLE color: 9441518.

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

Color convert

RGB 238 16 144 -
CMYK 0 0.93 0.39 0.07
HSL 325.41º 0.87% 0.5% -
HSV(B) 325.41º 0.93% 0.93% -
XYZ 40.48 20.56 28.22 -
YUV 96.97 154.55 228.59 -
System Red Green Blue C M Y K H S L
Decimal 238 16 144 0 0.93 0.39 0.07 325.41 0.87 0.5
Hex EE 10 90 0 5D 27 7 145 57 32
Octal 356 20 220 0 135 47 7 505 127 62
Binary 11101110 10000 10010000 0 1011101 100111 111 101000101 1010111 110010

Color Harmonies of #EE1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1090

Black with #EE1090

Text Example


Text Example

White with #EE1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1090; }

 p { color: rgb(238,16,144); }

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

background-color css

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

 a { background-color: rgb(238,16,144); }

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

border-color css

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

 span { border-color: rgb(238,16,144); }

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