Html Css Color HEX #EE0184 Deep Pink

📋 copy color: '#EE0184'

red 238 ◦ green 1 ◦ blue 132

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

Shades of Deep Pink #EE0184

Tints of Deep Pink #EE0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 64.15%
G = 0.27%
B = 35.58%

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

#EE0184 (or 0xEE0184) is known color: Deep Pink. HEX triplet: EE, 01 and 84. RGB value is (238,1,132). Sum of RGB (Red+Green+Blue) = 238+1+132=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0184 is #11FE7B. Grayscale: #565656. Windows color (decimal): -1179260 or 8651246. OLE color: 8651246.

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

Color convert

RGB 238 1 132 -
CMYK 0 1.00 0.45 0.07
HSL 326.84º 0.99% 0.47% -
HSV(B) 326.84º 1% 0.93% -
XYZ 39.44 19.86 23.59 -
YUV 86.8 153.52 235.85 -
System Red Green Blue C M Y K H S L
Decimal 238 1 132 0 1.00 0.45 0.07 326.84 0.99 0.47
Hex EE 1 84 0 64 2D 7 147 63 2F
Octal 356 1 204 0 144 55 7 507 143 57
Binary 11101110 1 10000100 0 1100100 101101 111 101000111 1100011 101111

Color Harmonies of #EE0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0184

Black with #EE0184

Text Example


Text Example

White with #EE0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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