Html Css Color HEX #E0508A Dark Pink

📋 copy color: '#E0508A'

red 224 ◦ green 80 ◦ blue 138

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

Shades of Dark Pink #E0508A

Tints of Dark Pink #E0508A

RGB

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

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

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

R = 50.68%
G = 18.1%
B = 31.22%

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

#E0508A (or 0xE0508A) is known color: Dark Pink. HEX triplet: E0, 50 and 8A. RGB value is (224,80,138). Sum of RGB (Red+Green+Blue) = 224+80+138=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0508A is #1FAF75. Grayscale: #818181. Windows color (decimal): -2076534 or 9064672. OLE color: 9064672.

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

Color convert

RGB 224 80 138 -
CMYK 0 0.64 0.38 0.12
HSL 335.83º 0.7% 0.6% -
HSV(B) 335.83º 0.64% 0.88% -
XYZ 38.2 23.42 26.55 -
YUV 129.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 224 80 138 0 0.64 0.38 0.12 335.83 0.7 0.6
Hex E0 50 8A 0 40 26 C 150 46 3C
Octal 340 120 212 0 100 46 14 520 106 74
Binary 11100000 1010000 10001010 0 1000000 100110 1100 101010000 1000110 111100

Color Harmonies of #E0508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0508A

Black with #E0508A

Text Example


Text Example

White with #E0508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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