Html Css Color HEX #E8127D Deep Pink

📋 copy color: '#E8127D'

red 232 ◦ green 18 ◦ blue 125

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

Shades of Deep Pink #E8127D

Tints of Deep Pink #E8127D

RGB

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

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

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

R = 61.87%
G = 4.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8127D (or 0xE8127D) is known color: Deep Pink. HEX triplet: E8, 12 and 7D. RGB value is (232,18,125). Sum of RGB (Red+Green+Blue) = 232+18+125=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8127D is #17ED82. Grayscale: #5D5D5D. Windows color (decimal): -1568131 or 8196840. OLE color: 8196840.

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

Color convert

RGB 232 18 125 -
CMYK 0 0.92 0.46 0.09
HSL 330º 0.86% 0.49% -
HSV(B) 330º 0.92% 0.91% -
XYZ 37.2 19.07 21.12 -
YUV 94.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 232 18 125 0 0.92 0.46 0.09 330 0.86 0.49
Hex E8 12 7D 0 5C 2E 9 14A 56 31
Octal 350 22 175 0 134 56 11 512 126 61
Binary 11101000 10010 1111101 0 1011100 101110 1001 101001010 1010110 110001

Color Harmonies of #E8127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8127D

Black with #E8127D

Text Example


Text Example

White with #E8127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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