Html Css Color HEX #E1537F Dark Pink

📋 copy color: '#E1537F'

red 225 ◦ green 83 ◦ blue 127

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

Shades of Dark Pink #E1537F

Tints of Dark Pink #E1537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 51.72%
G = 19.08%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1537F (or 0xE1537F) is known color: Dark Pink. HEX triplet: E1, 53 and 7F. RGB value is (225,83,127). Sum of RGB (Red+Green+Blue) = 225+83+127=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1537F is #1EAC80. Grayscale: #828282. Windows color (decimal): -2010241 or 8344545. OLE color: 8344545.

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

Color convert

RGB 225 83 127 -
CMYK 0 0.63 0.44 0.12
HSL 341.41º 0.7% 0.6% -
HSV(B) 341.41º 0.63% 0.88% -
XYZ 37.98 23.73 22.66 -
YUV 130.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 225 83 127 0 0.63 0.44 0.12 341.41 0.7 0.6
Hex E1 53 7F 0 3F 2C C 155 46 3C
Octal 341 123 177 0 77 54 14 525 106 74
Binary 11100001 1010011 1111111 0 111111 101100 1100 101010101 1000110 111100

Color Harmonies of #E1537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1537F

Black with #E1537F

Text Example


Text Example

White with #E1537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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