Html Css Color HEX #E76BBA Hot Pink

📋 copy color: '#E76BBA'

red 231 ◦ green 107 ◦ blue 186

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

Shades of Hot Pink #E76BBA

Tints of Hot Pink #E76BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 44.08%
G = 20.42%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E76BBA (or 0xE76BBA) is known color: Hot Pink. HEX triplet: E7, 6B and BA. RGB value is (231,107,186). Sum of RGB (Red+Green+Blue) = 231+107+186=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BBA is #189445. Grayscale: #989898. Windows color (decimal): -1610822 or 12217319. OLE color: 12217319.

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

Color convert

RGB 231 107 186 -
CMYK 0 0.54 0.19 0.09
HSL 321.77º 0.72% 0.66% -
HSV(B) 321.77º 0.54% 0.91% -
XYZ 47.08 31.05 49.97 -
YUV 153.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 231 107 186 0 0.54 0.19 0.09 321.77 0.72 0.66
Hex E7 6B BA 0 36 13 9 142 48 42
Octal 347 153 272 0 66 23 11 502 110 102
Binary 11100111 1101011 10111010 0 110110 10011 1001 101000010 1001000 1000010

Color Harmonies of #E76BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BBA

Black with #E76BBA

Text Example


Text Example

White with #E76BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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