Html Css Color HEX #E15080 Dark Pink

📋 copy color: '#E15080'

red 225 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #E15080

Tints of Dark Pink #E15080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 51.96%
G = 18.48%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E15080 (or 0xE15080) is known color: Dark Pink. HEX triplet: E1, 50 and 80. RGB value is (225,80,128). Sum of RGB (Red+Green+Blue) = 225+80+128=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E15080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15080 is #1EAF7F. Grayscale: #808080. Windows color (decimal): -2011008 or 8409313. OLE color: 8409313.

HSL color Cylindrical-coordinate representation of color #E15080: hue angle of 340.14º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15080 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 128 -
CMYK 0 0.64 0.43 0.12
HSL 340.14º 0.71% 0.6% -
HSV(B) 340.14º 0.64% 0.88% -
XYZ 37.82 23.3 22.93 -
YUV 128.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 225 80 128 0 0.64 0.43 0.12 340.14 0.71 0.6
Hex E1 50 80 0 40 2B C 154 47 3C
Octal 341 120 200 0 100 53 14 524 107 74
Binary 11100001 1010000 10000000 0 1000000 101011 1100 101010100 1000111 111100

Color Harmonies of #E15080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15080

Black with #E15080

Text Example


Text Example

White with #E15080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15080; }

 p { color: rgb(225,80,128); }

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

background-color css

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

 a { background-color: rgb(225,80,128); }

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

border-color css

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

 span { border-color: rgb(225,80,128); }

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