Html Css Color HEX #E764B7 Hot Pink

📋 copy color: '#E764B7'

red 231 ◦ green 100 ◦ blue 183

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

Shades of Hot Pink #E764B7

Tints of Hot Pink #E764B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 44.94%
G = 19.46%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E764B7 (or 0xE764B7) is known color: Hot Pink. HEX triplet: E7, 64 and B7. RGB value is (231,100,183). Sum of RGB (Red+Green+Blue) = 231+100+183=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B7 is #189B48. Grayscale: #949494. Windows color (decimal): -1612617 or 12018919. OLE color: 12018919.

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

Color convert

RGB 231 100 183 -
CMYK 0 0.57 0.21 0.09
HSL 321.98º 0.73% 0.65% -
HSV(B) 321.98º 0.57% 0.91% -
XYZ 46.06 29.52 48.07 -
YUV 148.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 231 100 183 0 0.57 0.21 0.09 321.98 0.73 0.65
Hex E7 64 B7 0 39 15 9 142 49 41
Octal 347 144 267 0 71 25 11 502 111 101
Binary 11100111 1100100 10110111 0 111001 10101 1001 101000010 1001001 1000001

Color Harmonies of #E764B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764B7

Black with #E764B7

Text Example


Text Example

White with #E764B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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