Html Css Color HEX #E058B5 Hot Pink

📋 copy color: '#E058B5'

red 224 ◦ green 88 ◦ blue 181

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

Shades of Hot Pink #E058B5

Tints of Hot Pink #E058B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.71%

R = 45.44%
G = 17.85%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E058B5 (or 0xE058B5) is known color: Hot Pink. HEX triplet: E0, 58 and B5. RGB value is (224,88,181). Sum of RGB (Red+Green+Blue) = 224+88+181=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E058B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058B5 is #1FA74A. Grayscale: #8B8B8B. Windows color (decimal): -2074443 or 11884768. OLE color: 11884768.

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

Color convert

RGB 224 88 181 -
CMYK 0 0.61 0.19 0.12
HSL 318.97º 0.69% 0.61% -
HSV(B) 318.97º 0.61% 0.88% -
XYZ 42.57 26.16 46.52 -
YUV 139.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 224 88 181 0 0.61 0.19 0.12 318.97 0.69 0.61
Hex E0 58 B5 0 3D 13 C 13F 45 3D
Octal 340 130 265 0 75 23 14 477 105 75
Binary 11100000 1011000 10110101 0 111101 10011 1100 100111111 1000101 111101

Color Harmonies of #E058B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058B5

Black with #E058B5

Text Example


Text Example

White with #E058B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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