Html Css Color HEX #E51D94 Deep Pink

📋 copy color: '#E51D94'

red 229 ◦ green 29 ◦ blue 148

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

Shades of Deep Pink #E51D94

Tints of Deep Pink #E51D94

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.14%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 56.4%
G = 7.14%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E51D94 (or 0xE51D94) is known color: Deep Pink. HEX triplet: E5, 1D and 94. RGB value is (229,29,148). Sum of RGB (Red+Green+Blue) = 229+29+148=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51D94 is #1AE26B. Grayscale: #666666. Windows color (decimal): -1761900 or 9706981. OLE color: 9706981.

HSL color Cylindrical-coordinate representation of color #E51D94: hue angle of 324.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51D94 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 29 148 -
CMYK 0 0.87 0.35 0.10
HSL 324.3º 0.79% 0.51% -
HSV(B) 324.3º 0.87% 0.9% -
XYZ 38.1 19.67 29.81 -
YUV 102.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 229 29 148 0 0.87 0.35 0.10 324.3 0.79 0.51
Hex E5 1D 94 0 57 23 A 144 4F 33
Octal 345 35 224 0 127 43 12 504 117 63
Binary 11100101 11101 10010100 0 1010111 100011 1010 101000100 1001111 110011

Color Harmonies of #E51D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D94

Black with #E51D94

Text Example


Text Example

White with #E51D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D94; }

 p { color: rgb(229,29,148); }

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

background-color css

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

 a { background-color: rgb(229,29,148); }

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

border-color css

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

 span { border-color: rgb(229,29,148); }

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