#e064b7

Color #E064B7 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E064B7

Tints of Hot Pink #E064B7

Color information

#E064B7 (or 0xE064B7) is unknown color: approx Hot Pink. HEX triplet: E0, 64 and B7. RGB value is (224,100,183). Sum of RGB (Red+Green+Blue) = 224+100+183=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E064B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064B7 is #1F9B48. Grayscale: #929292. Windows color (decimal): -2071369 or 12018912. OLE color: 12018912.

HSL color Cylindrical-coordinate representation of color #E064B7: hue angle of 319.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064B7 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224100183-
CMYK00.550.180.12
HSL319.84º66.67%63.53%-
HSV(B)319.84º55.36%87.84%-
XYZ43.8428.3847.97-
YUV146.54148.58183.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=44.18%
G=19.72%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410018300.550.180.12319.8466.6763.53
HexE064B703712C1404340
Octal3401442670672214500103100
Binary11100000110010010110111011011110010110010100000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e064b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e064b7; }

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

 H1.HeaderClassName
 {
   color: #e064b7;
 }
 .AnyTagClassName
 {
   color: #e064b7;
 }
</style>
background-color css

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

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

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

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

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

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