Html Css Color HEX #E764AB Hot Pink

📋 copy color: '#E764AB'

red 231 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #E764AB

Tints of Hot Pink #E764AB

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

 GREEN value IS 100 (39.45% from 255) = 19.92%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 46.02%
G = 19.92%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E764AB (or 0xE764AB) is known color: Hot Pink. HEX triplet: E7, 64 and AB. RGB value is (231,100,171). Sum of RGB (Red+Green+Blue) = 231+100+171=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E764AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764AB is #189B54. Grayscale: #939393. Windows color (decimal): -1612629 or 11232487. OLE color: 11232487.

HSL color Cylindrical-coordinate representation of color #E764AB: hue angle of 327.48º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764AB is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 171 -
CMYK 0 0.57 0.26 0.09
HSL 327.48º 0.73% 0.65% -
HSV(B) 327.48º 0.57% 0.91% -
XYZ 44.86 29.04 41.77 -
YUV 147.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 231 100 171 0 0.57 0.26 0.09 327.48 0.73 0.65
Hex E7 64 AB 0 39 1A 9 147 49 41
Octal 347 144 253 0 71 32 11 507 111 101
Binary 11100111 1100100 10101011 0 111001 11010 1001 101000111 1001001 1000001

Color Harmonies of #E764AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764AB

Black with #E764AB

Text Example


Text Example

White with #E764AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764AB; }

 p { color: rgb(231,100,171); }

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

background-color css

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

 a { background-color: rgb(231,100,171); }

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

border-color css

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

 span { border-color: rgb(231,100,171); }

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