Html Css Color HEX #E0538F Dark Pink

📋 copy color: '#E0538F'

red 224 ◦ green 83 ◦ blue 143

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

Shades of Dark Pink #E0538F

Tints of Dark Pink #E0538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 49.78%
G = 18.44%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0538F (or 0xE0538F) is known color: Dark Pink. HEX triplet: E0, 53 and 8F. RGB value is (224,83,143). Sum of RGB (Red+Green+Blue) = 224+83+143=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0538F is #1FAC70. Grayscale: #838383. Windows color (decimal): -2075761 or 9393120. OLE color: 9393120.

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

Color convert

RGB 224 83 143 -
CMYK 0 0.63 0.36 0.12
HSL 334.47º 0.69% 0.6% -
HSV(B) 334.47º 0.63% 0.88% -
XYZ 38.79 24.02 28.58 -
YUV 132 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 224 83 143 0 0.63 0.36 0.12 334.47 0.69 0.6
Hex E0 53 8F 0 3F 24 C 14E 45 3C
Octal 340 123 217 0 77 44 14 516 105 74
Binary 11100000 1010011 10001111 0 111111 100100 1100 101001110 1000101 111100

Color Harmonies of #E0538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0538F

Black with #E0538F

Text Example


Text Example

White with #E0538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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