Html Css Color HEX #E8017E Deep Pink

📋 copy color: '#E8017E'

red 232 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #E8017E

Tints of Deep Pink #E8017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 64.62%
G = 0.28%
B = 35.1%

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

#E8017E (or 0xE8017E) is known color: Deep Pink. HEX triplet: E8, 01 and 7E. RGB value is (232,1,126). Sum of RGB (Red+Green+Blue) = 232+1+126=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8017E is #17FE81. Grayscale: #545454. Windows color (decimal): -1572482 or 8258024. OLE color: 8258024.

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

Color convert

RGB 232 1 126 -
CMYK 0 1.00 0.46 0.09
HSL 327.53º 0.99% 0.46% -
HSV(B) 327.53º 1% 0.91% -
XYZ 37.06 18.68 21.39 -
YUV 84.32 151.53 233.34 -
System Red Green Blue C M Y K H S L
Decimal 232 1 126 0 1.00 0.46 0.09 327.53 0.99 0.46
Hex E8 1 7E 0 64 2E 9 148 63 2E
Octal 350 1 176 0 144 56 11 510 143 56
Binary 11101000 1 1111110 0 1100100 101110 1001 101001000 1100011 101110

Color Harmonies of #E8017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8017E

Black with #E8017E

Text Example


Text Example

White with #E8017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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