Html Css Color HEX #E80A8C Deep Pink

📋 copy color: '#E80A8C'

red 232 ◦ green 10 ◦ blue 140

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

Shades of Deep Pink #E80A8C

Tints of Deep Pink #E80A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 60.73%
G = 2.62%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E80A8C (or 0xE80A8C) is known color: Deep Pink. HEX triplet: E8, 0A and 8C. RGB value is (232,10,140). Sum of RGB (Red+Green+Blue) = 232+10+140=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80A8C is #17F573. Grayscale: #5A5A5A. Windows color (decimal): -1570164 or 9177832. OLE color: 9177832.

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

Color convert

RGB 232 10 140 -
CMYK 0 0.96 0.40 0.09
HSL 324.86º 0.92% 0.47% -
HSV(B) 324.86º 0.96% 0.91% -
XYZ 38.12 19.27 26.52 -
YUV 91.2 155.55 228.43 -
System Red Green Blue C M Y K H S L
Decimal 232 10 140 0 0.96 0.40 0.09 324.86 0.92 0.47
Hex E8 A 8C 0 60 28 9 145 5C 2F
Octal 350 12 214 0 140 50 11 505 134 57
Binary 11101000 1010 10001100 0 1100000 101000 1001 101000101 1011100 101111

Color Harmonies of #E80A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A8C

Black with #E80A8C

Text Example


Text Example

White with #E80A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A8C; }

 p { color: rgb(232,10,140); }

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

background-color css

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

 a { background-color: rgb(232,10,140); }

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

border-color css

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

 span { border-color: rgb(232,10,140); }

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