Html Css Color HEX #E5548B Dark Pink

📋 copy color: '#E5548B'

red 229 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #E5548B

Tints of Dark Pink #E5548B

RGB

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

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

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

R = 50.66%
G = 18.58%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5548B (or 0xE5548B) is known color: Dark Pink. HEX triplet: E5, 54 and 8B. RGB value is (229,84,139). Sum of RGB (Red+Green+Blue) = 229+84+139=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5548B is #1AAB74. Grayscale: #858585. Windows color (decimal): -1747829 or 9131237. OLE color: 9131237.

HSL color Cylindrical-coordinate representation of color #E5548B: hue angle of 337.24º 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 #E5548B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 139 -
CMYK 0 0.63 0.39 0.10
HSL 337.24º 0.74% 0.61% -
HSV(B) 337.24º 0.63% 0.9% -
XYZ 40.14 24.86 27.11 -
YUV 133.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 229 84 139 0 0.63 0.39 0.10 337.24 0.74 0.61
Hex E5 54 8B 0 3F 27 A 151 4A 3D
Octal 345 124 213 0 77 47 12 521 112 75
Binary 11100101 1010100 10001011 0 111111 100111 1010 101010001 1001010 111101

Color Harmonies of #E5548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5548B

Black with #E5548B

Text Example


Text Example

White with #E5548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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