Html Css Color HEX #E760BB Hot Pink

📋 copy color: '#E760BB'

red 231 ◦ green 96 ◦ blue 187

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

Shades of Hot Pink #E760BB

Tints of Hot Pink #E760BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.68%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 44.94%
G = 18.68%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E760BB (or 0xE760BB) is known color: Hot Pink. HEX triplet: E7, 60 and BB. RGB value is (231,96,187). Sum of RGB (Red+Green+Blue) = 231+96+187=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E760BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760BB is #189F44. Grayscale: #929292. Windows color (decimal): -1613637 or 12280039. OLE color: 12280039.

HSL color Cylindrical-coordinate representation of color #E760BB: hue angle of 319.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760BB is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 187 -
CMYK 0 0.58 0.19 0.09
HSL 319.56º 0.74% 0.64% -
HSV(B) 319.56º 0.58% 0.91% -
XYZ 46.11 28.94 50.17 -
YUV 146.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 231 96 187 0 0.58 0.19 0.09 319.56 0.74 0.64
Hex E7 60 BB 0 3A 13 9 140 4A 40
Octal 347 140 273 0 72 23 11 500 112 100
Binary 11100111 1100000 10111011 0 111010 10011 1001 101000000 1001010 1000000

Color Harmonies of #E760BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760BB

Black with #E760BB

Text Example


Text Example

White with #E760BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760BB; }

 p { color: rgb(231,96,187); }

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

background-color css

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

 a { background-color: rgb(231,96,187); }

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

border-color css

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

 span { border-color: rgb(231,96,187); }

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