Html Css Color HEX #E760AF Hot Pink

📋 copy color: '#E760AF'

red 231 ◦ green 96 ◦ blue 175

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

Shades of Hot Pink #E760AF

Tints of Hot Pink #E760AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 46.02%
G = 19.12%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E760AF (or 0xE760AF) is known color: Hot Pink. HEX triplet: E7, 60 and AF. RGB value is (231,96,175). Sum of RGB (Red+Green+Blue) = 231+96+175=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E760AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760AF is #189F50. Grayscale: #919191. Windows color (decimal): -1613649 or 11493607. OLE color: 11493607.

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

Color convert

RGB 231 96 175 -
CMYK 0 0.58 0.24 0.09
HSL 324.89º 0.74% 0.64% -
HSV(B) 324.89º 0.58% 0.91% -
XYZ 44.88 28.45 43.68 -
YUV 145.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 231 96 175 0 0.58 0.24 0.09 324.89 0.74 0.64
Hex E7 60 AF 0 3A 18 9 145 4A 40
Octal 347 140 257 0 72 30 11 505 112 100
Binary 11100111 1100000 10101111 0 111010 11000 1001 101000101 1001010 1000000

Color Harmonies of #E760AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760AF

Black with #E760AF

Text Example


Text Example

White with #E760AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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