Html Css Color HEX #E05EB4 Hot Pink

📋 copy color: '#E05EB4'

red 224 ◦ green 94 ◦ blue 180

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

Shades of Hot Pink #E05EB4

Tints of Hot Pink #E05EB4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

 BLUE value IS 180 (70.7% from 255) = 36.14%

R = 44.98%
G = 18.88%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E05EB4 (or 0xE05EB4) is known color: Hot Pink. HEX triplet: E0, 5E and B4. RGB value is (224,94,180). Sum of RGB (Red+Green+Blue) = 224+94+180=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EB4 is #1FA14B. Grayscale: #8E8E8E. Windows color (decimal): -2072908 or 11820768. OLE color: 11820768.

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

Color convert

RGB 224 94 180 -
CMYK 0 0.58 0.20 0.12
HSL 320.31º 0.68% 0.62% -
HSV(B) 320.31º 0.58% 0.88% -
XYZ 42.98 27.15 46.15 -
YUV 142.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 224 94 180 0 0.58 0.20 0.12 320.31 0.68 0.62
Hex E0 5E B4 0 3A 14 C 140 44 3E
Octal 340 136 264 0 72 24 14 500 104 76
Binary 11100000 1011110 10110100 0 111010 10100 1100 101000000 1000100 111110

Color Harmonies of #E05EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05EB4

Black with #E05EB4

Text Example


Text Example

White with #E05EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05EB4; }

 p { color: rgb(224,94,180); }

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

background-color css

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

 a { background-color: rgb(224,94,180); }

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

border-color css

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

 span { border-color: rgb(224,94,180); }

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