Html Css Color HEX #E55DB4 Hot Pink

📋 copy color: '#E55DB4'

red 229 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #E55DB4

Tints of Hot Pink #E55DB4

RGB

 RED value IS 229 (89.84% from 255) = 45.62%

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 45.62%
G = 18.53%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E55DB4 (or 0xE55DB4) is known color: Hot Pink. HEX triplet: E5, 5D and B4. RGB value is (229,93,180). Sum of RGB (Red+Green+Blue) = 229+93+180=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DB4 is #1AA24B. Grayscale: #8F8F8F. Windows color (decimal): -1745484 or 11820517. OLE color: 11820517.

HSL color Cylindrical-coordinate representation of color #E55DB4: hue angle of 321.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DB4 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 180 -
CMYK 0 0.59 0.21 0.10
HSL 321.62º 0.72% 0.63% -
HSV(B) 321.62º 0.59% 0.9% -
XYZ 44.47 27.78 46.2 -
YUV 143.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 229 93 180 0 0.59 0.21 0.10 321.62 0.72 0.63
Hex E5 5D B4 0 3B 15 A 142 48 3F
Octal 345 135 264 0 73 25 12 502 110 77
Binary 11100101 1011101 10110100 0 111011 10101 1010 101000010 1001000 111111

Color Harmonies of #E55DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DB4

Black with #E55DB4

Text Example


Text Example

White with #E55DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DB4; }

 p { color: rgb(229,93,180); }

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

background-color css

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

 a { background-color: rgb(229,93,180); }

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

border-color css

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

 span { border-color: rgb(229,93,180); }

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