Html Css Color HEX #E76BAE Hot Pink

📋 copy color: '#E76BAE'

red 231 ◦ green 107 ◦ blue 174

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

Shades of Hot Pink #E76BAE

Tints of Hot Pink #E76BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 45.12%
G = 20.9%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E76BAE (or 0xE76BAE) is known color: Hot Pink. HEX triplet: E7, 6B and AE. RGB value is (231,107,174). Sum of RGB (Red+Green+Blue) = 231+107+174=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BAE is #189451. Grayscale: #979797. Windows color (decimal): -1610834 or 11430887. OLE color: 11430887.

HSL color Cylindrical-coordinate representation of color #E76BAE: hue angle of 327.58º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BAE is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 107 174 -
CMYK 0 0.54 0.25 0.09
HSL 327.58º 0.72% 0.66% -
HSV(B) 327.58º 0.54% 0.91% -
XYZ 45.85 30.56 43.53 -
YUV 151.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 231 107 174 0 0.54 0.25 0.09 327.58 0.72 0.66
Hex E7 6B AE 0 36 19 9 148 48 42
Octal 347 153 256 0 66 31 11 510 110 102
Binary 11100111 1101011 10101110 0 110110 11001 1001 101001000 1001000 1000010

Color Harmonies of #E76BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BAE

Black with #E76BAE

Text Example


Text Example

White with #E76BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BAE; }

 p { color: rgb(231,107,174); }

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

background-color css

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

 a { background-color: rgb(231,107,174); }

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

border-color css

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

 span { border-color: rgb(231,107,174); }

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