Html Css Color HEX #E760B7 Hot Pink

📋 copy color: '#E760B7'

red 231 ◦ green 96 ◦ blue 183

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

Shades of Hot Pink #E760B7

Tints of Hot Pink #E760B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 45.29%
G = 18.82%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E760B7 (or 0xE760B7) is known color: Hot Pink. HEX triplet: E7, 60 and B7. RGB value is (231,96,183). Sum of RGB (Red+Green+Blue) = 231+96+183=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E760B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760B7 is #189F48. Grayscale: #929292. Windows color (decimal): -1613641 or 12017895. OLE color: 12017895.

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

Color convert

RGB 231 96 183 -
CMYK 0 0.58 0.21 0.09
HSL 321.33º 0.74% 0.64% -
HSV(B) 321.33º 0.58% 0.91% -
XYZ 45.69 28.77 47.95 -
YUV 146.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 231 96 183 0 0.58 0.21 0.09 321.33 0.74 0.64
Hex E7 60 B7 0 3A 15 9 141 4A 40
Octal 347 140 267 0 72 25 11 501 112 100
Binary 11100111 1100000 10110111 0 111010 10101 1001 101000001 1001010 1000000

Color Harmonies of #E760B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760B7

Black with #E760B7

Text Example


Text Example

White with #E760B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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