Html Css Color HEX #E764B4 Hot Pink

📋 copy color: '#E764B4'

red 231 ◦ green 100 ◦ blue 180

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

Shades of Hot Pink #E764B4

Tints of Hot Pink #E764B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 45.21%
G = 19.57%
B = 35.23%

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

#E764B4 (or 0xE764B4) is known color: Hot Pink. HEX triplet: E7, 64 and B4. RGB value is (231,100,180). Sum of RGB (Red+Green+Blue) = 231+100+180=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B4 is #189B4B. Grayscale: #949494. Windows color (decimal): -1612620 or 11822311. OLE color: 11822311.

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

Color convert

RGB 231 100 180 -
CMYK 0 0.57 0.22 0.09
HSL 323.36º 0.73% 0.65% -
HSV(B) 323.36º 0.57% 0.91% -
XYZ 45.75 29.4 46.44 -
YUV 148.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 231 100 180 0 0.57 0.22 0.09 323.36 0.73 0.65
Hex E7 64 B4 0 39 16 9 143 49 41
Octal 347 144 264 0 71 26 11 503 111 101
Binary 11100111 1100100 10110100 0 111001 10110 1001 101000011 1001001 1000001

Color Harmonies of #E764B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764B4

Black with #E764B4

Text Example


Text Example

White with #E764B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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