Html Css Color HEX #E55DBC Neon Pink

📋 copy color: '#E55DBC'

red 229 ◦ green 93 ◦ blue 188

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

Shades of Neon Pink #E55DBC

Tints of Neon Pink #E55DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 44.9%
G = 18.24%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E55DBC (or 0xE55DBC) is known color: Neon Pink. HEX triplet: E5, 5D and BC. RGB value is (229,93,188). Sum of RGB (Red+Green+Blue) = 229+93+188=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DBC is #1AA243. Grayscale: #909090. Windows color (decimal): -1745476 or 12344805. OLE color: 12344805.

HSL color Cylindrical-coordinate representation of color #E55DBC: hue angle of 318.09º 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 #E55DBC is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 188 -
CMYK 0 0.59 0.18 0.10
HSL 318.09º 0.72% 0.63% -
HSV(B) 318.09º 0.59% 0.9% -
XYZ 45.3 28.12 50.62 -
YUV 144.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 229 93 188 0 0.59 0.18 0.10 318.09 0.72 0.63
Hex E5 5D BC 0 3B 12 A 13E 48 3F
Octal 345 135 274 0 73 22 12 476 110 77
Binary 11100101 1011101 10111100 0 111011 10010 1010 100111110 1001000 111111

Color Harmonies of #E55DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DBC

Black with #E55DBC

Text Example


Text Example

White with #E55DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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