Html Css Color HEX #E8117E Deep Pink

📋 copy color: '#E8117E'

red 232 ◦ green 17 ◦ blue 126

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

Shades of Deep Pink #E8117E

Tints of Deep Pink #E8117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 61.87%
G = 4.53%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8117E (or 0xE8117E) is known color: Deep Pink. HEX triplet: E8, 11 and 7E. RGB value is (232,17,126). Sum of RGB (Red+Green+Blue) = 232+17+126=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8117E is #17EE81. Grayscale: #5D5D5D. Windows color (decimal): -1568386 or 8262120. OLE color: 8262120.

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

Color convert

RGB 232 17 126 -
CMYK 0 0.93 0.46 0.09
HSL 329.58º 0.86% 0.49% -
HSV(B) 329.58º 0.93% 0.91% -
XYZ 37.25 19.06 21.46 -
YUV 93.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 232 17 126 0 0.93 0.46 0.09 329.58 0.86 0.49
Hex E8 11 7E 0 5D 2E 9 14A 56 31
Octal 350 21 176 0 135 56 11 512 126 61
Binary 11101000 10001 1111110 0 1011101 101110 1001 101001010 1010110 110001

Color Harmonies of #E8117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8117E

Black with #E8117E

Text Example


Text Example

White with #E8117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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