#E063AF

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

Shades of Hot Pink #E063AF

Tints of Hot Pink #E063AF

Color information

#E063AF (or 0xE063AF) is unknown color: approx Hot Pink. HEX triplet: E0, 63 and AF. RGB value is (224,99,175). Sum of RGB (Red+Green+Blue) = 224+99+175=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E063AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063AF is #1F9C50. Grayscale: #909090. Windows color (decimal): -2071633 or 11494368. OLE color: 11494368.

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

Color convert

RGB22499175-
CMYK00.560.220.12
HSL323.52º66.84%63.33%-
HSV(B)323.52º55.8%87.84%-
XYZ42.9427.8743.67-
YUV145.04144.91184.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 99 (39.06% from 255) = 19.88%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=44.98%
G=19.88%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249917500.560.220.12323.5266.8463.33
HexE063AF03816C144433f
Octal340143257070261450410377
Binary1110000011000111010111101110001011011001010001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063AF; }

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

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

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

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

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

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

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

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