Html Css Color HEX #E15280 Dark Pink

📋 copy color: '#E15280'

red 225 ◦ green 82 ◦ blue 128

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

Shades of Dark Pink #E15280

Tints of Dark Pink #E15280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 51.72%
G = 18.85%
B = 29.43%

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

#E15280 (or 0xE15280) is known color: Dark Pink. HEX triplet: E1, 52 and 80. RGB value is (225,82,128). Sum of RGB (Red+Green+Blue) = 225+82+128=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E15280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15280 is #1EAD7F. Grayscale: #818181. Windows color (decimal): -2010496 or 8409825. OLE color: 8409825.

HSL color Cylindrical-coordinate representation of color #E15280: hue angle of 340.7º degrees, saturation: 0.7, 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 #E15280 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 128 -
CMYK 0 0.64 0.43 0.12
HSL 340.7º 0.7% 0.6% -
HSV(B) 340.7º 0.64% 0.88% -
XYZ 37.96 23.6 22.98 -
YUV 130 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 225 82 128 0 0.64 0.43 0.12 340.7 0.7 0.6
Hex E1 52 80 0 40 2B C 155 46 3C
Octal 341 122 200 0 100 53 14 525 106 74
Binary 11100001 1010010 10000000 0 1000000 101011 1100 101010101 1000110 111100

Color Harmonies of #E15280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15280

Black with #E15280

Text Example


Text Example

White with #E15280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15280; }

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

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

background-color css

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

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

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

border-color css

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

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

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