Html Css Color HEX #E055B5 Hot Pink

📋 copy color: '#E055B5'

red 224 ◦ green 85 ◦ blue 181

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

Shades of Hot Pink #E055B5

Tints of Hot Pink #E055B5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 45.71%
G = 17.35%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E055B5 (or 0xE055B5) is known color: Hot Pink. HEX triplet: E0, 55 and B5. RGB value is (224,85,181). Sum of RGB (Red+Green+Blue) = 224+85+181=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E055B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055B5 is #1FAA4A. Grayscale: #898989. Windows color (decimal): -2075211 or 11884000. OLE color: 11884000.

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

Color convert

RGB 224 85 181 -
CMYK 0 0.62 0.19 0.12
HSL 318.56º 0.69% 0.61% -
HSV(B) 318.56º 0.62% 0.88% -
XYZ 42.33 25.68 46.44 -
YUV 137.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 224 85 181 0 0.62 0.19 0.12 318.56 0.69 0.61
Hex E0 55 B5 0 3E 13 C 13F 45 3D
Octal 340 125 265 0 76 23 14 477 105 75
Binary 11100000 1010101 10110101 0 111110 10011 1100 100111111 1000101 111101

Color Harmonies of #E055B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055B5

Black with #E055B5

Text Example


Text Example

White with #E055B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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