#E063B4

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

Shades of Hot Pink #E063B4

Tints of Hot Pink #E063B4

Color information

#E063B4 (or 0xE063B4) is unknown color: approx Hot Pink. HEX triplet: E0, 63 and B4. RGB value is (224,99,180). Sum of RGB (Red+Green+Blue) = 224+99+180=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E063B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063B4 is #1F9C4B. Grayscale: #919191. Windows color (decimal): -2071628 or 11822048. OLE color: 11822048.

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

Color convert

RGB22499180-
CMYK00.560.200.12
HSL321.12º66.84%63.33%-
HSV(B)321.12º55.8%87.84%-
XYZ43.4428.0746.31-
YUV145.61147.41183.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=44.53%
G=19.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249918000.560.200.12321.1266.8463.33
HexE063B403814C141433f
Octal340143264070241450110377
Binary1110000011000111011010001110001010011001010000011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063B4; }

 p { color: rgb(224,99,180); }

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

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

 a { background-color: rgb(224,99,180); }

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

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

 span { border-color: rgb(224,99,180); }

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