Html Css Color HEX #E0538B Dark Pink

📋 copy color: '#E0538B'

red 224 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #E0538B

Tints of Dark Pink #E0538B

RGB

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

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

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

R = 50.22%
G = 18.61%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0538B (or 0xE0538B) is known color: Dark Pink. HEX triplet: E0, 53 and 8B. RGB value is (224,83,139). Sum of RGB (Red+Green+Blue) = 224+83+139=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0538B is #1FAC74. Grayscale: #838383. Windows color (decimal): -2075765 or 9130976. OLE color: 9130976.

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

Color convert

RGB 224 83 139 -
CMYK 0 0.63 0.38 0.12
HSL 336.17º 0.69% 0.6% -
HSV(B) 336.17º 0.63% 0.88% -
XYZ 38.49 23.9 27.01 -
YUV 131.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 224 83 139 0 0.63 0.38 0.12 336.17 0.69 0.6
Hex E0 53 8B 0 3F 26 C 150 45 3C
Octal 340 123 213 0 77 46 14 520 105 74
Binary 11100000 1010011 10001011 0 111111 100110 1100 101010000 1000101 111100

Color Harmonies of #E0538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0538B

Black with #E0538B

Text Example


Text Example

White with #E0538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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