Html Css Color HEX #E764B5 Hot Pink

📋 copy color: '#E764B5'

red 231 ◦ green 100 ◦ blue 181

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

Shades of Hot Pink #E764B5

Tints of Hot Pink #E764B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 45.12%
G = 19.53%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E764B5 (or 0xE764B5) is known color: Hot Pink. HEX triplet: E7, 64 and B5. RGB value is (231,100,181). Sum of RGB (Red+Green+Blue) = 231+100+181=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B5 is #189B4A. Grayscale: #949494. Windows color (decimal): -1612619 or 11887847. OLE color: 11887847.

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

Color convert

RGB 231 100 181 -
CMYK 0 0.57 0.22 0.09
HSL 322.9º 0.73% 0.65% -
HSV(B) 322.9º 0.57% 0.91% -
XYZ 45.85 29.44 46.98 -
YUV 148.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 231 100 181 0 0.57 0.22 0.09 322.9 0.73 0.65
Hex E7 64 B5 0 39 16 9 143 49 41
Octal 347 144 265 0 71 26 11 503 111 101
Binary 11100111 1100100 10110101 0 111001 10110 1001 101000011 1001001 1000001

Color Harmonies of #E764B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764B5

Black with #E764B5

Text Example


Text Example

White with #E764B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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