Html Css Color HEX #E15696 Dark Pink

📋 copy color: '#E15696'

red 225 ◦ green 86 ◦ blue 150

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

Shades of Dark Pink #E15696

Tints of Dark Pink #E15696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 48.81%
G = 18.66%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E15696 (or 0xE15696) is known color: Dark Pink. HEX triplet: E1, 56 and 96. RGB value is (225,86,150). Sum of RGB (Red+Green+Blue) = 225+86+150=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15696 is #1EA969. Grayscale: #868686. Windows color (decimal): -2009450 or 9852641. OLE color: 9852641.

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

Color convert

RGB 225 86 150 -
CMYK 0 0.62 0.33 0.12
HSL 332.37º 0.7% 0.61% -
HSV(B) 332.37º 0.62% 0.88% -
XYZ 39.88 24.87 31.55 -
YUV 134.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 225 86 150 0 0.62 0.33 0.12 332.37 0.7 0.61
Hex E1 56 96 0 3E 21 C 14C 46 3D
Octal 341 126 226 0 76 41 14 514 106 75
Binary 11100001 1010110 10010110 0 111110 100001 1100 101001100 1000110 111101

Color Harmonies of #E15696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15696

Black with #E15696

Text Example


Text Example

White with #E15696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15696; }

 p { color: rgb(225,86,150); }

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

background-color css

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

 a { background-color: rgb(225,86,150); }

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

border-color css

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

 span { border-color: rgb(225,86,150); }

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