Html Css Color HEX #E15A7F Dark Pink

📋 copy color: '#E15A7F'

red 225 ◦ green 90 ◦ blue 127

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

Shades of Dark Pink #E15A7F

Tints of Dark Pink #E15A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 50.9%
G = 20.36%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E15A7F (or 0xE15A7F) is known color: Dark Pink. HEX triplet: E1, 5A and 7F. RGB value is (225,90,127). Sum of RGB (Red+Green+Blue) = 225+90+127=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A7F is #1EA580. Grayscale: #868686. Windows color (decimal): -2008449 or 8346337. OLE color: 8346337.

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

Color convert

RGB 225 90 127 -
CMYK 0 0.60 0.44 0.12
HSL 343.56º 0.69% 0.62% -
HSV(B) 343.56º 0.6% 0.88% -
XYZ 38.54 24.85 22.84 -
YUV 134.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 225 90 127 0 0.60 0.44 0.12 343.56 0.69 0.62
Hex E1 5A 7F 0 3C 2C C 158 45 3E
Octal 341 132 177 0 74 54 14 530 105 76
Binary 11100001 1011010 1111111 0 111100 101100 1100 101011000 1000101 111110

Color Harmonies of #E15A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A7F

Black with #E15A7F

Text Example


Text Example

White with #E15A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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