Html Css Color HEX #EE0D90 Deep Pink

📋 copy color: '#EE0D90'

red 238 ◦ green 13 ◦ blue 144

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

Shades of Deep Pink #EE0D90

Tints of Deep Pink #EE0D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.29%

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

R = 60.25%
G = 3.29%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE0D90 (or 0xEE0D90) is known color: Deep Pink. HEX triplet: EE, 0D and 90. RGB value is (238,13,144). Sum of RGB (Red+Green+Blue) = 238+13+144=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0D90 is #11F26F. Grayscale: #5E5E5E. Windows color (decimal): -1176176 or 9440750. OLE color: 9440750.

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

Color convert

RGB 238 13 144 -
CMYK 0 0.95 0.39 0.07
HSL 325.07º 0.9% 0.49% -
HSV(B) 325.07º 0.95% 0.93% -
XYZ 40.44 20.48 28.21 -
YUV 95.21 155.54 229.85 -
System Red Green Blue C M Y K H S L
Decimal 238 13 144 0 0.95 0.39 0.07 325.07 0.9 0.49
Hex EE D 90 0 5F 27 7 145 5A 31
Octal 356 15 220 0 137 47 7 505 132 61
Binary 11101110 1101 10010000 0 1011111 100111 111 101000101 1011010 110001

Color Harmonies of #EE0D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D90

Black with #EE0D90

Text Example


Text Example

White with #EE0D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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