Html Css Color HEX #E0548C Dark Pink

📋 copy color: '#E0548C'

red 224 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #E0548C

Tints of Dark Pink #E0548C

RGB

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

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

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

R = 50%
G = 18.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0548C (or 0xE0548C) is known color: Dark Pink. HEX triplet: E0, 54 and 8C. RGB value is (224,84,140). Sum of RGB (Red+Green+Blue) = 224+84+140=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548C is #1FAB73. Grayscale: #848484. Windows color (decimal): -2075508 or 9196768. OLE color: 9196768.

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

Color convert

RGB 224 84 140 -
CMYK 0 0.62 0.38 0.12
HSL 336º 0.69% 0.6% -
HSV(B) 336º 0.63% 0.88% -
XYZ 38.64 24.08 27.42 -
YUV 132.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 224 84 140 0 0.62 0.38 0.12 336 0.69 0.6
Hex E0 54 8C 0 3E 26 C 150 45 3C
Octal 340 124 214 0 76 46 14 520 105 74
Binary 11100000 1010100 10001100 0 111110 100110 1100 101010000 1000101 111100

Color Harmonies of #E0548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0548C

Black with #E0548C

Text Example


Text Example

White with #E0548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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