Html Css Color HEX #E80585 Deep Pink

📋 copy color: '#E80585'

red 232 ◦ green 5 ◦ blue 133

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

Shades of Deep Pink #E80585

Tints of Deep Pink #E80585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 62.7%
G = 1.35%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80585 (or 0xE80585) is known color: Deep Pink. HEX triplet: E8, 05 and 85. RGB value is (232,5,133). Sum of RGB (Red+Green+Blue) = 232+5+133=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E80585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80585 is #17FA7A. Grayscale: #575757. Windows color (decimal): -1571451 or 8717800. OLE color: 8717800.

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

Color convert

RGB 232 5 133 -
CMYK 0 0.98 0.43 0.09
HSL 326.17º 0.96% 0.46% -
HSV(B) 326.17º 0.98% 0.91% -
XYZ 37.57 18.96 23.87 -
YUV 87.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 232 5 133 0 0.98 0.43 0.09 326.17 0.96 0.46
Hex E8 5 85 0 62 2B 9 146 60 2E
Octal 350 5 205 0 142 53 11 506 140 56
Binary 11101000 101 10000101 0 1100010 101011 1001 101000110 1100000 101110

Color Harmonies of #E80585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80585

Black with #E80585

Text Example


Text Example

White with #E80585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80585; }

 p { color: rgb(232,5,133); }

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

background-color css

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

 a { background-color: rgb(232,5,133); }

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

border-color css

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

 span { border-color: rgb(232,5,133); }

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