Html Css Color HEX #EE0982 Deep Pink

📋 copy color: '#EE0982'

red 238 ◦ green 9 ◦ blue 130

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

Shades of Deep Pink #EE0982

Tints of Deep Pink #EE0982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 63.13%
G = 2.39%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0982 (or 0xEE0982) is known color: Deep Pink. HEX triplet: EE, 09 and 82. RGB value is (238,9,130). Sum of RGB (Red+Green+Blue) = 238+9+130=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0982 is #11F67D. Grayscale: #5B5B5B. Windows color (decimal): -1177214 or 8522222. OLE color: 8522222.

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

Color convert

RGB 238 9 130 -
CMYK 0 0.96 0.45 0.07
HSL 328.3º 0.93% 0.48% -
HSV(B) 328.3º 0.96% 0.93% -
XYZ 39.39 19.98 22.9 -
YUV 91.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 238 9 130 0 0.96 0.45 0.07 328.3 0.93 0.48
Hex EE 9 82 0 60 2D 7 148 5D 30
Octal 356 11 202 0 140 55 7 510 135 60
Binary 11101110 1001 10000010 0 1100000 101101 111 101001000 1011101 110000

Color Harmonies of #EE0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0982

Black with #EE0982

Text Example


Text Example

White with #EE0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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