Html Css Color HEX #E5538E Dark Pink

📋 copy color: '#E5538E'

red 229 ◦ green 83 ◦ blue 142

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

Shades of Dark Pink #E5538E

Tints of Dark Pink #E5538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 50.44%
G = 18.28%
B = 31.28%

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

#E5538E (or 0xE5538E) is known color: Dark Pink. HEX triplet: E5, 53 and 8E. RGB value is (229,83,142). Sum of RGB (Red+Green+Blue) = 229+83+142=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5538E is #1AAC71. Grayscale: #858585. Windows color (decimal): -1748082 or 9327589. OLE color: 9327589.

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

Color convert

RGB 229 83 142 -
CMYK 0 0.64 0.38 0.10
HSL 335.75º 0.74% 0.61% -
HSV(B) 335.75º 0.64% 0.9% -
XYZ 40.29 24.8 28.25 -
YUV 133.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 229 83 142 0 0.64 0.38 0.10 335.75 0.74 0.61
Hex E5 53 8E 0 40 26 A 150 4A 3D
Octal 345 123 216 0 100 46 12 520 112 75
Binary 11100101 1010011 10001110 0 1000000 100110 1010 101010000 1001010 111101

Color Harmonies of #E5538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5538E

Black with #E5538E

Text Example


Text Example

White with #E5538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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