Html Css Color HEX #E15E7A Dark Pink

📋 copy color: '#E15E7A'

red 225 ◦ green 94 ◦ blue 122

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

Shades of Dark Pink #E15E7A

Tints of Dark Pink #E15E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 51.02%
G = 21.32%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E15E7A (or 0xE15E7A) is known color: Dark Pink. HEX triplet: E1, 5E and 7A. RGB value is (225,94,122). Sum of RGB (Red+Green+Blue) = 225+94+122=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E7A is #1EA185. Grayscale: #888888. Windows color (decimal): -2007430 or 8019681. OLE color: 8019681.

HSL color Cylindrical-coordinate representation of color #E15E7A: hue angle of 347.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15E7A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 122 -
CMYK 0 0.58 0.46 0.12
HSL 347.18º 0.69% 0.63% -
HSV(B) 347.18º 0.58% 0.88% -
XYZ 38.57 25.42 21.29 -
YUV 136.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 225 94 122 0 0.58 0.46 0.12 347.18 0.69 0.63
Hex E1 5E 7A 0 3A 2E C 15B 45 3F
Octal 341 136 172 0 72 56 14 533 105 77
Binary 11100001 1011110 1111010 0 111010 101110 1100 101011011 1000101 111111

Color Harmonies of #E15E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E7A

Black with #E15E7A

Text Example


Text Example

White with #E15E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E7A; }

 p { color: rgb(225,94,122); }

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

background-color css

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

 a { background-color: rgb(225,94,122); }

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

border-color css

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

 span { border-color: rgb(225,94,122); }

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