Html Css Color HEX #E058B4 Hot Pink

📋 copy color: '#E058B4'

red 224 ◦ green 88 ◦ blue 180

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

Shades of Hot Pink #E058B4

Tints of Hot Pink #E058B4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.89%

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

R = 45.53%
G = 17.89%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E058B4 (or 0xE058B4) is known color: Hot Pink. HEX triplet: E0, 58 and B4. RGB value is (224,88,180). Sum of RGB (Red+Green+Blue) = 224+88+180=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E058B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058B4 is #1FA74B. Grayscale: #8A8A8A. Windows color (decimal): -2074444 or 11819232. OLE color: 11819232.

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

Color convert

RGB 224 88 180 -
CMYK 0 0.61 0.20 0.12
HSL 319.41º 0.69% 0.61% -
HSV(B) 319.41º 0.61% 0.88% -
XYZ 42.47 26.12 45.98 -
YUV 139.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 224 88 180 0 0.61 0.20 0.12 319.41 0.69 0.61
Hex E0 58 B4 0 3D 14 C 13F 45 3D
Octal 340 130 264 0 75 24 14 477 105 75
Binary 11100000 1011000 10110100 0 111101 10100 1100 100111111 1000101 111101

Color Harmonies of #E058B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058B4

Black with #E058B4

Text Example


Text Example

White with #E058B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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