Html Css Color HEX #E8017D Deep Pink

📋 copy color: '#E8017D'

red 232 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #E8017D

Tints of Deep Pink #E8017D

RGB

 RED value IS 232 (91.02% from 255) = 64.8%

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 64.8%
G = 0.28%
B = 34.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8017D (or 0xE8017D) is known color: Deep Pink. HEX triplet: E8, 01 and 7D. RGB value is (232,1,125). Sum of RGB (Red+Green+Blue) = 232+1+125=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8017D is #17FE82. Grayscale: #535353. Windows color (decimal): -1572483 or 8192488. OLE color: 8192488.

HSL color Cylindrical-coordinate representation of color #E8017D: hue angle of 327.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8017D is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 125 -
CMYK 0 1.00 0.46 0.09
HSL 327.79º 0.99% 0.46% -
HSV(B) 327.79º 1% 0.91% -
XYZ 36.99 18.66 21.05 -
YUV 84.21 151.03 233.42 -
System Red Green Blue C M Y K H S L
Decimal 232 1 125 0 1.00 0.46 0.09 327.79 0.99 0.46
Hex E8 1 7D 0 64 2E 9 148 63 2E
Octal 350 1 175 0 144 56 11 510 143 56
Binary 11101000 1 1111101 0 1100100 101110 1001 101001000 1100011 101110

Color Harmonies of #E8017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8017D

Black with #E8017D

Text Example


Text Example

White with #E8017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8017D; }

 p { color: rgb(232,1,125); }

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

background-color css

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

 a { background-color: rgb(232,1,125); }

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

border-color css

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

 span { border-color: rgb(232,1,125); }

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