Html Css Color HEX #E063AF Hot Pink

📋 copy color: '#E063AF'

red 224 ◦ green 99 ◦ blue 175

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

Shades of Hot Pink #E063AF

Tints of Hot Pink #E063AF

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 value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E063AF (or 0xE063AF) is known color: 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

RGB 224 99 175 -
CMYK 0 0.56 0.22 0.12
HSL 323.52º 0.67% 0.63% -
HSV(B) 323.52º 0.56% 0.88% -
XYZ 42.94 27.87 43.67 -
YUV 145.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 224 99 175 0 0.56 0.22 0.12 323.52 0.67 0.63
Hex E0 63 AF 0 38 16 C 144 43 3F
Octal 340 143 257 0 70 26 14 504 103 77
Binary 11100000 1100011 10101111 0 111000 10110 1100 101000100 1000011 111111

Color Harmonies of #E063AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063AF

Black with #E063AF

Text Example


Text Example

White with #E063AF

Text Example


Text Example

HTML Codes & Css Web 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>