Html Css Color HEX #E771AD Hot Pink

📋 copy color: '#E771AD'

red 231 ◦ green 113 ◦ blue 173

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

Shades of Hot Pink #E771AD

Tints of Hot Pink #E771AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 44.68%
G = 21.86%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E771AD (or 0xE771AD) is known color: Hot Pink. HEX triplet: E7, 71 and AD. RGB value is (231,113,173). Sum of RGB (Red+Green+Blue) = 231+113+173=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E771AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771AD is #188E52. Grayscale: #9B9B9B. Windows color (decimal): -1609299 or 11366887. OLE color: 11366887.

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

Color convert

RGB 231 113 173 -
CMYK 0 0.51 0.25 0.09
HSL 329.49º 0.71% 0.67% -
HSV(B) 329.49º 0.51% 0.91% -
XYZ 46.4 31.82 43.23 -
YUV 155.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 231 113 173 0 0.51 0.25 0.09 329.49 0.71 0.67
Hex E7 71 AD 0 33 19 9 149 47 43
Octal 347 161 255 0 63 31 11 511 107 103
Binary 11100111 1110001 10101101 0 110011 11001 1001 101001001 1000111 1000011

Color Harmonies of #E771AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771AD

Black with #E771AD

Text Example


Text Example

White with #E771AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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