Html Css Color HEX #E15282 Dark Pink

📋 copy color: '#E15282'

red 225 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #E15282

Tints of Dark Pink #E15282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 51.49%
G = 18.76%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E15282 (or 0xE15282) is known color: Dark Pink. HEX triplet: E1, 52 and 82. RGB value is (225,82,130). Sum of RGB (Red+Green+Blue) = 225+82+130=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E15282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15282 is #1EAD7D. Grayscale: #828282. Windows color (decimal): -2010494 or 8540897. OLE color: 8540897.

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

Color convert

RGB 225 82 130 -
CMYK 0 0.64 0.42 0.12
HSL 339.86º 0.7% 0.6% -
HSV(B) 339.86º 0.64% 0.88% -
XYZ 38.1 23.65 23.68 -
YUV 130.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 225 82 130 0 0.64 0.42 0.12 339.86 0.7 0.6
Hex E1 52 82 0 40 2A C 154 46 3C
Octal 341 122 202 0 100 52 14 524 106 74
Binary 11100001 1010010 10000010 0 1000000 101010 1100 101010100 1000110 111100

Color Harmonies of #E15282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15282

Black with #E15282

Text Example


Text Example

White with #E15282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15282; }

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

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

background-color css

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

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

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

border-color css

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

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

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