Html Css Color HEX #E76BB1 Hot Pink

📋 copy color: '#E76BB1'

red 231 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #E76BB1

Tints of Hot Pink #E76BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 44.85%
G = 20.78%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E76BB1 (or 0xE76BB1) is known color: Hot Pink. HEX triplet: E7, 6B and B1. RGB value is (231,107,177). Sum of RGB (Red+Green+Blue) = 231+107+177=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BB1 is #18944E. Grayscale: #979797. Windows color (decimal): -1610831 or 11627495. OLE color: 11627495.

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

Color convert

RGB 231 107 177 -
CMYK 0 0.54 0.23 0.09
HSL 326.13º 0.72% 0.66% -
HSV(B) 326.13º 0.54% 0.91% -
XYZ 46.15 30.68 45.08 -
YUV 152.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 231 107 177 0 0.54 0.23 0.09 326.13 0.72 0.66
Hex E7 6B B1 0 36 17 9 146 48 42
Octal 347 153 261 0 66 27 11 506 110 102
Binary 11100111 1101011 10110001 0 110110 10111 1001 101000110 1001000 1000010

Color Harmonies of #E76BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BB1

Black with #E76BB1

Text Example


Text Example

White with #E76BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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