Html Css Color HEX #E85AB2 Hot Pink

📋 copy color: '#E85AB2'

red 232 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #E85AB2

Tints of Hot Pink #E85AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 46.4%
G = 18%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E85AB2 (or 0xE85AB2) is known color: Hot Pink. HEX triplet: E8, 5A and B2. RGB value is (232,90,178). Sum of RGB (Red+Green+Blue) = 232+90+178=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AB2 is #17A54D. Grayscale: #8E8E8E. Windows color (decimal): -1549646 or 11688680. OLE color: 11688680.

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

Color convert

RGB 232 90 178 -
CMYK 0 0.61 0.23 0.09
HSL 322.82º 0.76% 0.63% -
HSV(B) 322.82º 0.61% 0.91% -
XYZ 44.97 27.68 45.09 -
YUV 142.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 232 90 178 0 0.61 0.23 0.09 322.82 0.76 0.63
Hex E8 5A B2 0 3D 17 9 143 4C 3F
Octal 350 132 262 0 75 27 11 503 114 77
Binary 11101000 1011010 10110010 0 111101 10111 1001 101000011 1001100 111111

Color Harmonies of #E85AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AB2

Black with #E85AB2

Text Example


Text Example

White with #E85AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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