Html Css Color HEX #E5548A Dark Pink

📋 copy color: '#E5548A'

red 229 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #E5548A

Tints of Dark Pink #E5548A

RGB

 RED value IS 229 (89.84% from 255) = 50.78%

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

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

R = 50.78%
G = 18.63%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5548A (or 0xE5548A) is known color: Dark Pink. HEX triplet: E5, 54 and 8A. RGB value is (229,84,138). Sum of RGB (Red+Green+Blue) = 229+84+138=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5548A is #1AAB75. Grayscale: #858585. Windows color (decimal): -1747830 or 9065701. OLE color: 9065701.

HSL color Cylindrical-coordinate representation of color #E5548A: hue angle of 337.66º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5548A is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 138 -
CMYK 0 0.63 0.40 0.10
HSL 337.66º 0.74% 0.61% -
HSV(B) 337.66º 0.63% 0.9% -
XYZ 40.07 24.83 26.73 -
YUV 133.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 229 84 138 0 0.63 0.40 0.10 337.66 0.74 0.61
Hex E5 54 8A 0 3F 28 A 152 4A 3D
Octal 345 124 212 0 77 50 12 522 112 75
Binary 11100101 1010100 10001010 0 111111 101000 1010 101010010 1001010 111101

Color Harmonies of #E5548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5548A

Black with #E5548A

Text Example


Text Example

White with #E5548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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