Html Css Color HEX #E764A7 Hot Pink

📋 copy color: '#E764A7'

red 231 ◦ green 100 ◦ blue 167

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

Shades of Hot Pink #E764A7

Tints of Hot Pink #E764A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 46.39%
G = 20.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E764A7 (or 0xE764A7) is known color: Hot Pink. HEX triplet: E7, 64 and A7. RGB value is (231,100,167). Sum of RGB (Red+Green+Blue) = 231+100+167=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E764A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764A7 is #189B58. Grayscale: #929292. Windows color (decimal): -1612633 or 10970343. OLE color: 10970343.

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

Color convert

RGB 231 100 167 -
CMYK 0 0.57 0.28 0.09
HSL 329.31º 0.73% 0.65% -
HSV(B) 329.31º 0.57% 0.91% -
XYZ 44.49 28.89 39.79 -
YUV 146.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 231 100 167 0 0.57 0.28 0.09 329.31 0.73 0.65
Hex E7 64 A7 0 39 1C 9 149 49 41
Octal 347 144 247 0 71 34 11 511 111 101
Binary 11100111 1100100 10100111 0 111001 11100 1001 101001001 1001001 1000001

Color Harmonies of #E764A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764A7

Black with #E764A7

Text Example


Text Example

White with #E764A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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