Html Css Color HEX #E0548F Dark Pink

📋 copy color: '#E0548F'

red 224 ◦ green 84 ◦ blue 143

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

Shades of Dark Pink #E0548F

Tints of Dark Pink #E0548F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

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

R = 49.67%
G = 18.63%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0548F (or 0xE0548F) is known color: Dark Pink. HEX triplet: E0, 54 and 8F. RGB value is (224,84,143). Sum of RGB (Red+Green+Blue) = 224+84+143=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548F is #1FAB70. Grayscale: #848484. Windows color (decimal): -2075505 or 9393376. OLE color: 9393376.

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

Color convert

RGB 224 84 143 -
CMYK 0 0.62 0.36 0.12
HSL 334.71º 0.69% 0.6% -
HSV(B) 334.71º 0.63% 0.88% -
XYZ 38.87 24.17 28.6 -
YUV 132.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 224 84 143 0 0.62 0.36 0.12 334.71 0.69 0.6
Hex E0 54 8F 0 3E 24 C 14F 45 3C
Octal 340 124 217 0 76 44 14 517 105 74
Binary 11100000 1010100 10001111 0 111110 100100 1100 101001111 1000101 111100

Color Harmonies of #E0548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0548F

Black with #E0548F

Text Example


Text Example

White with #E0548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0548F; }

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

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

background-color css

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

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

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

border-color css

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

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

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