Html Css Color HEX #E764AF Hot Pink

📋 copy color: '#E764AF'

red 231 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #E764AF

Tints of Hot Pink #E764AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.76%

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

R = 45.65%
G = 19.76%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E764AF (or 0xE764AF) is known color: Hot Pink. HEX triplet: E7, 64 and AF. RGB value is (231,100,175). Sum of RGB (Red+Green+Blue) = 231+100+175=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E764AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764AF is #189B50. Grayscale: #939393. Windows color (decimal): -1612625 or 11494631. OLE color: 11494631.

HSL color Cylindrical-coordinate representation of color #E764AF: hue angle of 325.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764AF is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 175 -
CMYK 0 0.57 0.24 0.09
HSL 325.65º 0.73% 0.65% -
HSV(B) 325.65º 0.57% 0.91% -
XYZ 45.25 29.2 43.81 -
YUV 147.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 231 100 175 0 0.57 0.24 0.09 325.65 0.73 0.65
Hex E7 64 AF 0 39 18 9 146 49 41
Octal 347 144 257 0 71 30 11 506 111 101
Binary 11100111 1100100 10101111 0 111001 11000 1001 101000110 1001001 1000001

Color Harmonies of #E764AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764AF

Black with #E764AF

Text Example


Text Example

White with #E764AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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