Html Css Color HEX #E0548A Dark Pink

📋 copy color: '#E0548A'

red 224 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #E0548A

Tints of Dark Pink #E0548A

RGB

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

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

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

R = 50.22%
G = 18.83%
B = 30.94%

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

#E0548A (or 0xE0548A) is known color: Dark Pink. HEX triplet: E0, 54 and 8A. RGB value is (224,84,138). Sum of RGB (Red+Green+Blue) = 224+84+138=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548A is #1FAB75. Grayscale: #838383. Windows color (decimal): -2075510 or 9065696. OLE color: 9065696.

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

Color convert

RGB 224 84 138 -
CMYK 0 0.62 0.38 0.12
HSL 336.86º 0.69% 0.6% -
HSV(B) 336.86º 0.63% 0.88% -
XYZ 38.5 24.02 26.65 -
YUV 132.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 224 84 138 0 0.62 0.38 0.12 336.86 0.69 0.6
Hex E0 54 8A 0 3E 26 C 151 45 3C
Octal 340 124 212 0 76 46 14 521 105 74
Binary 11100000 1010100 10001010 0 111110 100110 1100 101010001 1000101 111100

Color Harmonies of #E0548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0548A

Black with #E0548A

Text Example


Text Example

White with #E0548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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