Html Css Color HEX #E0508E Dark Pink

📋 copy color: '#E0508E'

red 224 ◦ green 80 ◦ blue 142

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

Shades of Dark Pink #E0508E

Tints of Dark Pink #E0508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 50.22%
G = 17.94%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0508E (or 0xE0508E) is known color: Dark Pink. HEX triplet: E0, 50 and 8E. RGB value is (224,80,142). Sum of RGB (Red+Green+Blue) = 224+80+142=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0508E is #1FAF71. Grayscale: #828282. Windows color (decimal): -2076530 or 9326816. OLE color: 9326816.

HSL color Cylindrical-coordinate representation of color #E0508E: hue angle of 334.17º 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 #E0508E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 142 -
CMYK 0 0.64 0.37 0.12
HSL 334.17º 0.7% 0.6% -
HSV(B) 334.17º 0.64% 0.88% -
XYZ 38.49 23.54 28.11 -
YUV 130.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 224 80 142 0 0.64 0.37 0.12 334.17 0.7 0.6
Hex E0 50 8E 0 40 25 C 14E 46 3C
Octal 340 120 216 0 100 45 14 516 106 74
Binary 11100000 1010000 10001110 0 1000000 100101 1100 101001110 1000110 111100

Color Harmonies of #E0508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0508E

Black with #E0508E

Text Example


Text Example

White with #E0508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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