Html Css Color HEX #E8117F Deep Pink

📋 copy color: '#E8117F'

red 232 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #E8117F

Tints of Deep Pink #E8117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 61.7%
G = 4.52%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8117F (or 0xE8117F) is known color: Deep Pink. HEX triplet: E8, 11 and 7F. RGB value is (232,17,127). Sum of RGB (Red+Green+Blue) = 232+17+127=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8117F is #17EE80. Grayscale: #5D5D5D. Windows color (decimal): -1568385 or 8327656. OLE color: 8327656.

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

Color convert

RGB 232 17 127 -
CMYK 0 0.93 0.45 0.09
HSL 329.3º 0.86% 0.49% -
HSV(B) 329.3º 0.93% 0.91% -
XYZ 37.31 19.09 21.8 -
YUV 93.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 232 17 127 0 0.93 0.45 0.09 329.3 0.86 0.49
Hex E8 11 7F 0 5D 2D 9 149 56 31
Octal 350 21 177 0 135 55 11 511 126 61
Binary 11101000 10001 1111111 0 1011101 101101 1001 101001001 1010110 110001

Color Harmonies of #E8117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8117F

Black with #E8117F

Text Example


Text Example

White with #E8117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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