Html Css Color HEX #E50985 Deep Pink

📋 copy color: '#E50985'

red 229 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #E50985

Tints of Deep Pink #E50985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 61.73%
G = 2.43%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50985 (or 0xE50985) is known color: Deep Pink. HEX triplet: E5, 09 and 85. RGB value is (229,9,133). Sum of RGB (Red+Green+Blue) = 229+9+133=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E50985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50985 is #1AF67A. Grayscale: #585858. Windows color (decimal): -1767035 or 8718821. OLE color: 8718821.

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

Color convert

RGB 229 9 133 -
CMYK 0 0.96 0.42 0.10
HSL 326.18º 0.92% 0.47% -
HSV(B) 326.18º 0.96% 0.9% -
XYZ 36.64 18.55 23.84 -
YUV 88.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 229 9 133 0 0.96 0.42 0.10 326.18 0.92 0.47
Hex E5 9 85 0 60 2A A 146 5C 2F
Octal 345 11 205 0 140 52 12 506 134 57
Binary 11100101 1001 10000101 0 1100000 101010 1010 101000110 1011100 101111

Color Harmonies of #E50985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50985

Black with #E50985

Text Example


Text Example

White with #E50985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50985; }

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

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

background-color css

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

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

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

border-color css

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

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

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