Html Css Color HEX #E85AB9 Hot Pink

📋 copy color: '#E85AB9'

red 232 ◦ green 90 ◦ blue 185

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

Shades of Hot Pink #E85AB9

Tints of Hot Pink #E85AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.75%

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 45.76%
G = 17.75%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E85AB9 (or 0xE85AB9) is known color: Hot Pink. HEX triplet: E8, 5A and B9. RGB value is (232,90,185). Sum of RGB (Red+Green+Blue) = 232+90+185=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85AB9 is #17A546. Grayscale: #8F8F8F. Windows color (decimal): -1549639 or 12147432. OLE color: 12147432.

HSL color Cylindrical-coordinate representation of color #E85AB9: hue angle of 319.86º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AB9 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 185 -
CMYK 0 0.61 0.20 0.09
HSL 319.86º 0.76% 0.63% -
HSV(B) 319.86º 0.61% 0.91% -
XYZ 45.69 27.97 48.89 -
YUV 143.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 232 90 185 0 0.61 0.20 0.09 319.86 0.76 0.63
Hex E8 5A B9 0 3D 14 9 140 4C 3F
Octal 350 132 271 0 75 24 11 500 114 77
Binary 11101000 1011010 10111001 0 111101 10100 1001 101000000 1001100 111111

Color Harmonies of #E85AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AB9

Black with #E85AB9

Text Example


Text Example

White with #E85AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AB9; }

 p { color: rgb(232,90,185); }

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

background-color css

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

 a { background-color: rgb(232,90,185); }

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

border-color css

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

 span { border-color: rgb(232,90,185); }

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