Html Css Color HEX #E764B8 Hot Pink

📋 copy color: '#E764B8'

red 231 ◦ green 100 ◦ blue 184

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

Shades of Hot Pink #E764B8

Tints of Hot Pink #E764B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 44.85%
G = 19.42%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E764B8 (or 0xE764B8) is known color: Hot Pink. HEX triplet: E7, 64 and B8. RGB value is (231,100,184). Sum of RGB (Red+Green+Blue) = 231+100+184=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B8 is #189B47. Grayscale: #949494. Windows color (decimal): -1612616 or 12084455. OLE color: 12084455.

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

Color convert

RGB 231 100 184 -
CMYK 0 0.57 0.20 0.09
HSL 321.53º 0.73% 0.65% -
HSV(B) 321.53º 0.57% 0.91% -
XYZ 46.16 29.56 48.62 -
YUV 148.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 231 100 184 0 0.57 0.20 0.09 321.53 0.73 0.65
Hex E7 64 B8 0 39 14 9 142 49 41
Octal 347 144 270 0 71 24 11 502 111 101
Binary 11100111 1100100 10111000 0 111001 10100 1001 101000010 1001001 1000001

Color Harmonies of #E764B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764B8

Black with #E764B8

Text Example


Text Example

White with #E764B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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