Html Css Color HEX #E8157F Deep Pink

📋 copy color: '#E8157F'

red 232 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #E8157F

Tints of Deep Pink #E8157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

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

R = 61.05%
G = 5.53%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8157F (or 0xE8157F) is known color: Deep Pink. HEX triplet: E8, 15 and 7F. RGB value is (232,21,127). Sum of RGB (Red+Green+Blue) = 232+21+127=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E8157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8157F is #17EA80. Grayscale: #5F5F5F. Windows color (decimal): -1567361 or 8328680. OLE color: 8328680.

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

Color convert

RGB 232 21 127 -
CMYK 0 0.91 0.45 0.09
HSL 329.86º 0.83% 0.5% -
HSV(B) 329.86º 0.91% 0.91% -
XYZ 37.38 19.22 21.82 -
YUV 96.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 232 21 127 0 0.91 0.45 0.09 329.86 0.83 0.5
Hex E8 15 7F 0 5B 2D 9 14A 53 32
Octal 350 25 177 0 133 55 11 512 123 62
Binary 11101000 10101 1111111 0 1011011 101101 1001 101001010 1010011 110010

Color Harmonies of #E8157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8157F

Black with #E8157F

Text Example


Text Example

White with #E8157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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