Html Css Color HEX #E760B2 Hot Pink

📋 copy color: '#E760B2'

red 231 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #E760B2

Tints of Hot Pink #E760B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 45.74%
G = 19.01%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E760B2 (or 0xE760B2) is known color: Hot Pink. HEX triplet: E7, 60 and B2. RGB value is (231,96,178). Sum of RGB (Red+Green+Blue) = 231+96+178=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E760B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760B2 is #189F4D. Grayscale: #919191. Windows color (decimal): -1613646 or 11690215. OLE color: 11690215.

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

Color convert

RGB 231 96 178 -
CMYK 0 0.58 0.23 0.09
HSL 323.56º 0.74% 0.64% -
HSV(B) 323.56º 0.58% 0.91% -
XYZ 45.17 28.57 45.25 -
YUV 145.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 231 96 178 0 0.58 0.23 0.09 323.56 0.74 0.64
Hex E7 60 B2 0 3A 17 9 144 4A 40
Octal 347 140 262 0 72 27 11 504 112 100
Binary 11100111 1100000 10110010 0 111010 10111 1001 101000100 1001010 1000000

Color Harmonies of #E760B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760B2

Black with #E760B2

Text Example


Text Example

White with #E760B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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