Html Css Color HEX #EE0182 Deep Pink

📋 copy color: '#EE0182'

red 238 ◦ green 1 ◦ blue 130

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

Shades of Deep Pink #EE0182

Tints of Deep Pink #EE0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.5%
G = 0.27%
B = 35.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0182 (or 0xEE0182) is known color: Deep Pink. HEX triplet: EE, 01 and 82. RGB value is (238,1,130). Sum of RGB (Red+Green+Blue) = 238+1+130=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0182 is #11FE7D. Grayscale: #565656. Windows color (decimal): -1179262 or 8520174. OLE color: 8520174.

HSL color Cylindrical-coordinate representation of color #EE0182: hue angle of 327.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0182 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 130 -
CMYK 0 1.00 0.45 0.07
HSL 327.34º 0.99% 0.47% -
HSV(B) 327.34º 1% 0.93% -
XYZ 39.3 19.81 22.87 -
YUV 86.57 152.52 236.01 -
System Red Green Blue C M Y K H S L
Decimal 238 1 130 0 1.00 0.45 0.07 327.34 0.99 0.47
Hex EE 1 82 0 64 2D 7 147 63 2F
Octal 356 1 202 0 144 55 7 507 143 57
Binary 11101110 1 10000010 0 1100100 101101 111 101000111 1100011 101111

Color Harmonies of #EE0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0182

Black with #EE0182

Text Example


Text Example

White with #EE0182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0182; }

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

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

background-color css

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

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

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

border-color css

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

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

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