Html Css Color HEX #E15C7A Dark Pink

📋 copy color: '#E15C7A'

red 225 ◦ green 92 ◦ blue 122

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

Shades of Dark Pink #E15C7A

Tints of Dark Pink #E15C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.96%

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

R = 51.25%
G = 20.96%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E15C7A (or 0xE15C7A) is known color: Dark Pink. HEX triplet: E1, 5C and 7A. RGB value is (225,92,122). Sum of RGB (Red+Green+Blue) = 225+92+122=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7A is #1EA385. Grayscale: #878787. Windows color (decimal): -2007942 or 8019169. OLE color: 8019169.

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

Color convert

RGB 225 92 122 -
CMYK 0 0.59 0.46 0.12
HSL 346.47º 0.69% 0.62% -
HSV(B) 346.47º 0.59% 0.88% -
XYZ 38.39 25.07 21.23 -
YUV 135.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 225 92 122 0 0.59 0.46 0.12 346.47 0.69 0.62
Hex E1 5C 7A 0 3B 2E C 15A 45 3E
Octal 341 134 172 0 73 56 14 532 105 76
Binary 11100001 1011100 1111010 0 111011 101110 1100 101011010 1000101 111110

Color Harmonies of #E15C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C7A

Black with #E15C7A

Text Example


Text Example

White with #E15C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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