Html Css Color HEX #E85AB4 Hot Pink

📋 copy color: '#E85AB4'

red 232 ◦ green 90 ◦ blue 180

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

Shades of Hot Pink #E85AB4

Tints of Hot Pink #E85AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 46.22%
G = 17.93%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E85AB4 (or 0xE85AB4) is known color: Hot Pink. HEX triplet: E8, 5A and B4. RGB value is (232,90,180). Sum of RGB (Red+Green+Blue) = 232+90+180=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85AB4 is #17A54B. Grayscale: #8E8E8E. Windows color (decimal): -1549644 or 11819752. OLE color: 11819752.

HSL color Cylindrical-coordinate representation of color #E85AB4: hue angle of 321.97º 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 #E85AB4 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 180 -
CMYK 0 0.61 0.22 0.09
HSL 321.97º 0.76% 0.63% -
HSV(B) 321.97º 0.61% 0.91% -
XYZ 45.17 27.76 46.16 -
YUV 142.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 232 90 180 0 0.61 0.22 0.09 321.97 0.76 0.63
Hex E8 5A B4 0 3D 16 9 142 4C 3F
Octal 350 132 264 0 75 26 11 502 114 77
Binary 11101000 1011010 10110100 0 111101 10110 1001 101000010 1001100 111111

Color Harmonies of #E85AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AB4

Black with #E85AB4

Text Example


Text Example

White with #E85AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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