Html Css Color HEX #E1538D Dark Pink

📋 copy color: '#E1538D'

red 225 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #E1538D

Tints of Dark Pink #E1538D

RGB

 RED value IS 225 (88.28% from 255) = 50.11%

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 50.11%
G = 18.49%
B = 31.4%

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

#E1538D (or 0xE1538D) is known color: Dark Pink. HEX triplet: E1, 53 and 8D. RGB value is (225,83,141). Sum of RGB (Red+Green+Blue) = 225+83+141=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1538D is #1EAC72. Grayscale: #838383. Windows color (decimal): -2010227 or 9262049. OLE color: 9262049.

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

Color convert

RGB 225 83 141 -
CMYK 0 0.63 0.37 0.12
HSL 335.49º 0.7% 0.6% -
HSV(B) 335.49º 0.63% 0.88% -
XYZ 38.95 24.12 27.8 -
YUV 132.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 225 83 141 0 0.63 0.37 0.12 335.49 0.7 0.6
Hex E1 53 8D 0 3F 25 C 14F 46 3C
Octal 341 123 215 0 77 45 14 517 106 74
Binary 11100001 1010011 10001101 0 111111 100101 1100 101001111 1000110 111100

Color Harmonies of #E1538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1538D

Black with #E1538D

Text Example


Text Example

White with #E1538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1538D; }

 p { color: rgb(225,83,141); }

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

background-color css

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

 a { background-color: rgb(225,83,141); }

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

border-color css

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

 span { border-color: rgb(225,83,141); }

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