Html Css Color HEX #E5538A Dark Pink

📋 copy color: '#E5538A'

red 229 ◦ green 83 ◦ blue 138

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

Shades of Dark Pink #E5538A

Tints of Dark Pink #E5538A

RGB

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

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

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

R = 50.89%
G = 18.44%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5538A (or 0xE5538A) is known color: Dark Pink. HEX triplet: E5, 53 and 8A. RGB value is (229,83,138). Sum of RGB (Red+Green+Blue) = 229+83+138=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5538A is #1AAC75. Grayscale: #848484. Windows color (decimal): -1748086 or 9065445. OLE color: 9065445.

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

Color convert

RGB 229 83 138 -
CMYK 0 0.64 0.40 0.10
HSL 337.4º 0.74% 0.61% -
HSV(B) 337.4º 0.64% 0.9% -
XYZ 39.99 24.68 26.7 -
YUV 132.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 229 83 138 0 0.64 0.40 0.10 337.4 0.74 0.61
Hex E5 53 8A 0 40 28 A 151 4A 3D
Octal 345 123 212 0 100 50 12 521 112 75
Binary 11100101 1010011 10001010 0 1000000 101000 1010 101010001 1001010 111101

Color Harmonies of #E5538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5538A

Black with #E5538A

Text Example


Text Example

White with #E5538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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