Html Css Color HEX #E064AB Hot Pink

📋 copy color: '#E064AB'

red 224 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #E064AB

Tints of Hot Pink #E064AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

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

R = 45.25%
G = 20.2%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E064AB (or 0xE064AB) is known color: Hot Pink. HEX triplet: E0, 64 and AB. RGB value is (224,100,171). Sum of RGB (Red+Green+Blue) = 224+100+171=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E064AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064AB is #1F9B54. Grayscale: #919191. Windows color (decimal): -2071381 or 11232480. OLE color: 11232480.

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

Color convert

RGB 224 100 171 -
CMYK 0 0.55 0.24 0.12
HSL 325.65º 0.67% 0.64% -
HSV(B) 325.65º 0.55% 0.88% -
XYZ 42.65 27.9 41.67 -
YUV 145.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 224 100 171 0 0.55 0.24 0.12 325.65 0.67 0.64
Hex E0 64 AB 0 37 18 C 146 43 40
Octal 340 144 253 0 67 30 14 506 103 100
Binary 11100000 1100100 10101011 0 110111 11000 1100 101000110 1000011 1000000

Color Harmonies of #E064AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064AB

Black with #E064AB

Text Example


Text Example

White with #E064AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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