Html Css Color HEX #E50F8B Deep Pink

📋 copy color: '#E50F8B'

red 229 ◦ green 15 ◦ blue 139

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

Shades of Deep Pink #E50F8B

Tints of Deep Pink #E50F8B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 59.79%
G = 3.92%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E50F8B (or 0xE50F8B) is known color: Deep Pink. HEX triplet: E5, 0F and 8B. RGB value is (229,15,139). Sum of RGB (Red+Green+Blue) = 229+15+139=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F8B is #1AF074. Grayscale: #5C5C5C. Windows color (decimal): -1765493 or 9113573. OLE color: 9113573.

HSL color Cylindrical-coordinate representation of color #E50F8B: hue angle of 325.23º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F8B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 139 -
CMYK 0 0.93 0.39 0.10
HSL 325.23º 0.88% 0.48% -
HSV(B) 325.23º 0.93% 0.9% -
XYZ 37.14 18.86 26.11 -
YUV 93.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 229 15 139 0 0.93 0.39 0.10 325.23 0.88 0.48
Hex E5 F 8B 0 5D 27 A 145 58 30
Octal 345 17 213 0 135 47 12 505 130 60
Binary 11100101 1111 10001011 0 1011101 100111 1010 101000101 1011000 110000

Color Harmonies of #E50F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F8B

Black with #E50F8B

Text Example


Text Example

White with #E50F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F8B; }

 p { color: rgb(229,15,139); }

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

background-color css

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

 a { background-color: rgb(229,15,139); }

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

border-color css

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

 span { border-color: rgb(229,15,139); }

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