Html Css Color HEX #E50C8A Deep Pink

📋 copy color: '#E50C8A'

red 229 ◦ green 12 ◦ blue 138

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

Shades of Deep Pink #E50C8A

Tints of Deep Pink #E50C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 60.42%
G = 3.17%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E50C8A (or 0xE50C8A) is known color: Deep Pink. HEX triplet: E5, 0C and 8A. RGB value is (229,12,138). Sum of RGB (Red+Green+Blue) = 229+12+138=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C8A is #1AF375. Grayscale: #5A5A5A. Windows color (decimal): -1766262 or 9047269. OLE color: 9047269.

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

Color convert

RGB 229 12 138 -
CMYK 0 0.95 0.40 0.10
HSL 325.16º 0.9% 0.47% -
HSV(B) 325.16º 0.95% 0.9% -
XYZ 37.03 18.76 25.71 -
YUV 91.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 229 12 138 0 0.95 0.40 0.10 325.16 0.9 0.47
Hex E5 C 8A 0 5F 28 A 145 5A 2F
Octal 345 14 212 0 137 50 12 505 132 57
Binary 11100101 1100 10001010 0 1011111 101000 1010 101000101 1011010 101111

Color Harmonies of #E50C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C8A

Black with #E50C8A

Text Example


Text Example

White with #E50C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C8A; }

 p { color: rgb(229,12,138); }

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

background-color css

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

 a { background-color: rgb(229,12,138); }

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

border-color css

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

 span { border-color: rgb(229,12,138); }

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