Html Css Color HEX #E80E8A Deep Pink

📋 copy color: '#E80E8A'

red 232 ◦ green 14 ◦ blue 138

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

Shades of Deep Pink #E80E8A

Tints of Deep Pink #E80E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.65%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 60.42%
G = 3.65%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E80E8A (or 0xE80E8A) is known color: Deep Pink. HEX triplet: E8, 0E and 8A. RGB value is (232,14,138). Sum of RGB (Red+Green+Blue) = 232+14+138=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80E8A is #17F175. Grayscale: #5D5D5D. Windows color (decimal): -1569142 or 9047784. OLE color: 9047784.

HSL color Cylindrical-coordinate representation of color #E80E8A: hue angle of 325.87º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E8A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 138 -
CMYK 0 0.94 0.41 0.09
HSL 325.87º 0.89% 0.48% -
HSV(B) 325.87º 0.94% 0.91% -
XYZ 38.02 19.3 25.77 -
YUV 93.32 153.22 226.92 -
System Red Green Blue C M Y K H S L
Decimal 232 14 138 0 0.94 0.41 0.09 325.87 0.89 0.48
Hex E8 E 8A 0 5E 29 9 146 59 30
Octal 350 16 212 0 136 51 11 506 131 60
Binary 11101000 1110 10001010 0 1011110 101001 1001 101000110 1011001 110000

Color Harmonies of #E80E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E8A

Black with #E80E8A

Text Example


Text Example

White with #E80E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E8A; }

 p { color: rgb(232,14,138); }

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

background-color css

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

 a { background-color: rgb(232,14,138); }

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

border-color css

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

 span { border-color: rgb(232,14,138); }

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