Html Css Color HEX #E51585 Deep Pink

📋 copy color: '#E51585'

red 229 ◦ green 21 ◦ blue 133

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

Shades of Deep Pink #E51585

Tints of Deep Pink #E51585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 59.79%
G = 5.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E51585 (or 0xE51585) is known color: Deep Pink. HEX triplet: E5, 15 and 85. RGB value is (229,21,133). Sum of RGB (Red+Green+Blue) = 229+21+133=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E51585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51585 is #1AEA7A. Grayscale: #5F5F5F. Windows color (decimal): -1763963 or 8721893. OLE color: 8721893.

HSL color Cylindrical-coordinate representation of color #E51585: hue angle of 327.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51585 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 133 -
CMYK 0 0.91 0.42 0.10
HSL 327.69º 0.83% 0.49% -
HSV(B) 327.69º 0.91% 0.9% -
XYZ 36.81 18.89 23.9 -
YUV 95.96 148.91 222.89 -
System Red Green Blue C M Y K H S L
Decimal 229 21 133 0 0.91 0.42 0.10 327.69 0.83 0.49
Hex E5 15 85 0 5B 2A A 148 53 31
Octal 345 25 205 0 133 52 12 510 123 61
Binary 11100101 10101 10000101 0 1011011 101010 1010 101001000 1010011 110001

Color Harmonies of #E51585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51585

Black with #E51585

Text Example


Text Example

White with #E51585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51585; }

 p { color: rgb(229,21,133); }

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

background-color css

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

 a { background-color: rgb(229,21,133); }

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

border-color css

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

 span { border-color: rgb(229,21,133); }

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