Html Css Color HEX #E0538E Dark Pink

📋 copy color: '#E0538E'

red 224 ◦ green 83 ◦ blue 142

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

Shades of Dark Pink #E0538E

Tints of Dark Pink #E0538E

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

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

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

R = 49.89%
G = 18.49%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0538E (or 0xE0538E) is known color: Dark Pink. HEX triplet: E0, 53 and 8E. RGB value is (224,83,142). Sum of RGB (Red+Green+Blue) = 224+83+142=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0538E is #1FAC71. Grayscale: #838383. Windows color (decimal): -2075762 or 9327584. OLE color: 9327584.

HSL color Cylindrical-coordinate representation of color #E0538E: hue angle of 334.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0538E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 142 -
CMYK 0 0.63 0.37 0.12
HSL 334.89º 0.69% 0.6% -
HSV(B) 334.89º 0.63% 0.88% -
XYZ 38.72 23.99 28.18 -
YUV 131.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 224 83 142 0 0.63 0.37 0.12 334.89 0.69 0.6
Hex E0 53 8E 0 3F 25 C 14F 45 3C
Octal 340 123 216 0 77 45 14 517 105 74
Binary 11100000 1010011 10001110 0 111111 100101 1100 101001111 1000101 111100

Color Harmonies of #E0538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0538E

Black with #E0538E

Text Example


Text Example

White with #E0538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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