Html Css Color HEX #E05FAB Hot Pink

📋 copy color: '#E05FAB'

red 224 ◦ green 95 ◦ blue 171

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

Shades of Hot Pink #E05FAB

Tints of Hot Pink #E05FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

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

R = 45.71%
G = 19.39%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E05FAB (or 0xE05FAB) is known color: Hot Pink. HEX triplet: E0, 5F and AB. RGB value is (224,95,171). Sum of RGB (Red+Green+Blue) = 224+95+171=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05FAB is #1FA054. Grayscale: #8E8E8E. Windows color (decimal): -2072661 or 11231200. OLE color: 11231200.

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

Color convert

RGB 224 95 171 -
CMYK 0 0.58 0.24 0.12
HSL 324.65º 0.68% 0.63% -
HSV(B) 324.65º 0.58% 0.88% -
XYZ 42.18 26.97 41.51 -
YUV 142.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 224 95 171 0 0.58 0.24 0.12 324.65 0.68 0.63
Hex E0 5F AB 0 3A 18 C 145 44 3F
Octal 340 137 253 0 72 30 14 505 104 77
Binary 11100000 1011111 10101011 0 111010 11000 1100 101000101 1000100 111111

Color Harmonies of #E05FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FAB

Black with #E05FAB

Text Example


Text Example

White with #E05FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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