Html Css Color HEX #E0508F Dark Pink

📋 copy color: '#E0508F'

red 224 ◦ green 80 ◦ blue 143

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

Shades of Dark Pink #E0508F

Tints of Dark Pink #E0508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 50.11%
G = 17.9%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0508F (or 0xE0508F) is known color: Dark Pink. HEX triplet: E0, 50 and 8F. RGB value is (224,80,143). Sum of RGB (Red+Green+Blue) = 224+80+143=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0508F is #1FAF70. Grayscale: #828282. Windows color (decimal): -2076529 or 9392352. OLE color: 9392352.

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

Color convert

RGB 224 80 143 -
CMYK 0 0.64 0.36 0.12
HSL 333.75º 0.7% 0.6% -
HSV(B) 333.75º 0.64% 0.88% -
XYZ 38.57 23.57 28.5 -
YUV 130.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 224 80 143 0 0.64 0.36 0.12 333.75 0.7 0.6
Hex E0 50 8F 0 40 24 C 14E 46 3C
Octal 340 120 217 0 100 44 14 516 106 74
Binary 11100000 1010000 10001111 0 1000000 100100 1100 101001110 1000110 111100

Color Harmonies of #E0508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0508F

Black with #E0508F

Text Example


Text Example

White with #E0508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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