Html Css Color HEX #E063AB Hot Pink

📋 copy color: '#E063AB'

red 224 ◦ green 99 ◦ blue 171

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

Shades of Hot Pink #E063AB

Tints of Hot Pink #E063AB

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 45.34%
G = 20.04%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E063AB (or 0xE063AB) is known color: Hot Pink. HEX triplet: E0, 63 and AB. RGB value is (224,99,171). Sum of RGB (Red+Green+Blue) = 224+99+171=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E063AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063AB is #1F9C54. Grayscale: #909090. Windows color (decimal): -2071637 or 11232224. OLE color: 11232224.

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

Color convert

RGB 224 99 171 -
CMYK 0 0.56 0.24 0.12
HSL 325.44º 0.67% 0.63% -
HSV(B) 325.44º 0.56% 0.88% -
XYZ 42.55 27.71 41.63 -
YUV 144.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 224 99 171 0 0.56 0.24 0.12 325.44 0.67 0.63
Hex E0 63 AB 0 38 18 C 145 43 3F
Octal 340 143 253 0 70 30 14 505 103 77
Binary 11100000 1100011 10101011 0 111000 11000 1100 101000101 1000011 111111

Color Harmonies of #E063AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063AB

Black with #E063AB

Text Example


Text Example

White with #E063AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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