Html Css Color HEX #EE0990 Deep Pink

📋 copy color: '#EE0990'

red 238 ◦ green 9 ◦ blue 144

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

Shades of Deep Pink #EE0990

Tints of Deep Pink #EE0990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

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

R = 60.87%
G = 2.3%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE0990 (or 0xEE0990) is known color: Deep Pink. HEX triplet: EE, 09 and 90. RGB value is (238,9,144). Sum of RGB (Red+Green+Blue) = 238+9+144=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0990 is #11F66F. Grayscale: #5C5C5C. Windows color (decimal): -1177200 or 9439726. OLE color: 9439726.

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

Color convert

RGB 238 9 144 -
CMYK 0 0.96 0.39 0.07
HSL 324.63º 0.93% 0.48% -
HSV(B) 324.63º 0.96% 0.93% -
XYZ 40.39 20.39 28.19 -
YUV 92.86 156.87 231.52 -
System Red Green Blue C M Y K H S L
Decimal 238 9 144 0 0.96 0.39 0.07 324.63 0.93 0.48
Hex EE 9 90 0 60 27 7 145 5D 30
Octal 356 11 220 0 140 47 7 505 135 60
Binary 11101110 1001 10010000 0 1100000 100111 111 101000101 1011101 110000

Color Harmonies of #EE0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0990

Black with #EE0990

Text Example


Text Example

White with #EE0990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0990; }

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

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

background-color css

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

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

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

border-color css

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

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

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