Html Css Color HEX #E5538D Dark Pink

📋 copy color: '#E5538D'

red 229 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #E5538D

Tints of Dark Pink #E5538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.32%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 50.55%
G = 18.32%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5538D (or 0xE5538D) is known color: Dark Pink. HEX triplet: E5, 53 and 8D. RGB value is (229,83,141). Sum of RGB (Red+Green+Blue) = 229+83+141=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5538D is #1AAC72. Grayscale: #858585. Windows color (decimal): -1748083 or 9262053. OLE color: 9262053.

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

Color convert

RGB 229 83 141 -
CMYK 0 0.64 0.38 0.10
HSL 336.16º 0.74% 0.61% -
HSV(B) 336.16º 0.64% 0.9% -
XYZ 40.21 24.77 27.86 -
YUV 133.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 229 83 141 0 0.64 0.38 0.10 336.16 0.74 0.61
Hex E5 53 8D 0 40 26 A 150 4A 3D
Octal 345 123 215 0 100 46 12 520 112 75
Binary 11100101 1010011 10001101 0 1000000 100110 1010 101010000 1001010 111101

Color Harmonies of #E5538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5538D

Black with #E5538D

Text Example


Text Example

White with #E5538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5538D; }

 p { color: rgb(229,83,141); }

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

background-color css

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

 a { background-color: rgb(229,83,141); }

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

border-color css

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

 span { border-color: rgb(229,83,141); }

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