Html Css Color HEX #E8127F Deep Pink

📋 copy color: '#E8127F'

red 232 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #E8127F

Tints of Deep Pink #E8127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 61.54%
G = 4.77%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8127F (or 0xE8127F) is known color: Deep Pink. HEX triplet: E8, 12 and 7F. RGB value is (232,18,127). Sum of RGB (Red+Green+Blue) = 232+18+127=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8127F is #17ED80. Grayscale: #5E5E5E. Windows color (decimal): -1568129 or 8327912. OLE color: 8327912.

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

Color convert

RGB 232 18 127 -
CMYK 0 0.92 0.45 0.09
HSL 329.44º 0.86% 0.49% -
HSV(B) 329.44º 0.92% 0.91% -
XYZ 37.33 19.12 21.8 -
YUV 94.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 232 18 127 0 0.92 0.45 0.09 329.44 0.86 0.49
Hex E8 12 7F 0 5C 2D 9 149 56 31
Octal 350 22 177 0 134 55 11 511 126 61
Binary 11101000 10010 1111111 0 1011100 101101 1001 101001001 1010110 110001

Color Harmonies of #E8127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8127F

Black with #E8127F

Text Example


Text Example

White with #E8127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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