Html Css Color HEX #E0548B Dark Pink

📋 copy color: '#E0548B'

red 224 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #E0548B

Tints of Dark Pink #E0548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 50.11%
G = 18.79%
B = 31.1%

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

#E0548B (or 0xE0548B) is known color: Dark Pink. HEX triplet: E0, 54 and 8B. RGB value is (224,84,139). Sum of RGB (Red+Green+Blue) = 224+84+139=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0548B is #1FAB74. Grayscale: #848484. Windows color (decimal): -2075509 or 9131232. OLE color: 9131232.

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

Color convert

RGB 224 84 139 -
CMYK 0 0.62 0.38 0.12
HSL 336.43º 0.69% 0.6% -
HSV(B) 336.43º 0.63% 0.88% -
XYZ 38.57 24.05 27.04 -
YUV 132.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 224 84 139 0 0.62 0.38 0.12 336.43 0.69 0.6
Hex E0 54 8B 0 3E 26 C 150 45 3C
Octal 340 124 213 0 76 46 14 520 105 74
Binary 11100000 1010100 10001011 0 111110 100110 1100 101010000 1000101 111100

Color Harmonies of #E0548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0548B

Black with #E0548B

Text Example


Text Example

White with #E0548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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