Html Css Color HEX #E0508C Dark Pink

📋 copy color: '#E0508C'

red 224 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #E0508C

Tints of Dark Pink #E0508C

RGB

 RED value IS 224 (87.89% from 255) = 50.45%

 GREEN value IS 80 (31.64% from 255) = 18.02%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 50.45%
G = 18.02%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0508C (or 0xE0508C) is known color: Dark Pink. HEX triplet: E0, 50 and 8C. RGB value is (224,80,140). Sum of RGB (Red+Green+Blue) = 224+80+140=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0508C is #1FAF73. Grayscale: #818181. Windows color (decimal): -2076532 or 9195744. OLE color: 9195744.

HSL color Cylindrical-coordinate representation of color #E0508C: hue angle of 335º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0508C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 140 -
CMYK 0 0.64 0.38 0.12
HSL 335º 0.7% 0.6% -
HSV(B) 335º 0.64% 0.88% -
XYZ 38.34 23.48 27.32 -
YUV 129.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 224 80 140 0 0.64 0.38 0.12 335 0.7 0.6
Hex E0 50 8C 0 40 26 C 14F 46 3C
Octal 340 120 214 0 100 46 14 517 106 74
Binary 11100000 1010000 10001100 0 1000000 100110 1100 101001111 1000110 111100

Color Harmonies of #E0508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0508C

Black with #E0508C

Text Example


Text Example

White with #E0508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0508C; }

 p { color: rgb(224,80,140); }

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

background-color css

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

 a { background-color: rgb(224,80,140); }

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

border-color css

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

 span { border-color: rgb(224,80,140); }

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