Html Css Color HEX #E771AC Hot Pink

📋 copy color: '#E771AC'

red 231 ◦ green 113 ◦ blue 172

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

Shades of Hot Pink #E771AC

Tints of Hot Pink #E771AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.9%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 44.77%
G = 21.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E771AC (or 0xE771AC) is known color: Hot Pink. HEX triplet: E7, 71 and AC. RGB value is (231,113,172). Sum of RGB (Red+Green+Blue) = 231+113+172=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E771AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771AC is #188E53. Grayscale: #9A9A9A. Windows color (decimal): -1609300 or 11301351. OLE color: 11301351.

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

Color convert

RGB 231 113 172 -
CMYK 0 0.51 0.26 0.09
HSL 330º 0.71% 0.67% -
HSV(B) 330º 0.51% 0.91% -
XYZ 46.31 31.78 42.72 -
YUV 155.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 231 113 172 0 0.51 0.26 0.09 330 0.71 0.67
Hex E7 71 AC 0 33 1A 9 14A 47 43
Octal 347 161 254 0 63 32 11 512 107 103
Binary 11100111 1110001 10101100 0 110011 11010 1001 101001010 1000111 1000011

Color Harmonies of #E771AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771AC

Black with #E771AC

Text Example


Text Example

White with #E771AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771AC; }

 p { color: rgb(231,113,172); }

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

background-color css

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

 a { background-color: rgb(231,113,172); }

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

border-color css

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

 span { border-color: rgb(231,113,172); }

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