Html Css Color HEX #E15C85 Dark Pink

📋 copy color: '#E15C85'

red 225 ◦ green 92 ◦ blue 133

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

Shades of Dark Pink #E15C85

Tints of Dark Pink #E15C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.56%

R = 50%
G = 20.44%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E15C85 (or 0xE15C85) is known color: Dark Pink. HEX triplet: E1, 5C and 85. RGB value is (225,92,133). Sum of RGB (Red+Green+Blue) = 225+92+133=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C85 is #1EA37A. Grayscale: #888888. Windows color (decimal): -2007931 or 8740065. OLE color: 8740065.

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

Color convert

RGB 225 92 133 -
CMYK 0 0.59 0.41 0.12
HSL 341.5º 0.69% 0.62% -
HSV(B) 341.5º 0.59% 0.88% -
XYZ 39.11 25.36 25.02 -
YUV 136.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 225 92 133 0 0.59 0.41 0.12 341.5 0.69 0.62
Hex E1 5C 85 0 3B 29 C 156 45 3E
Octal 341 134 205 0 73 51 14 526 105 76
Binary 11100001 1011100 10000101 0 111011 101001 1100 101010110 1000101 111110

Color Harmonies of #E15C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C85

Black with #E15C85

Text Example


Text Example

White with #E15C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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