Html Css Color HEX #E15692 Dark Pink

📋 copy color: '#E15692'

red 225 ◦ green 86 ◦ blue 146

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

Shades of Dark Pink #E15692

Tints of Dark Pink #E15692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 49.23%
G = 18.82%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E15692 (or 0xE15692) is known color: Dark Pink. HEX triplet: E1, 56 and 92. RGB value is (225,86,146). Sum of RGB (Red+Green+Blue) = 225+86+146=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15692 is #1EA96D. Grayscale: #868686. Windows color (decimal): -2009454 or 9590497. OLE color: 9590497.

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

Color convert

RGB 225 86 146 -
CMYK 0 0.62 0.35 0.12
HSL 334.1º 0.7% 0.61% -
HSV(B) 334.1º 0.62% 0.88% -
XYZ 39.57 24.74 29.88 -
YUV 134.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 225 86 146 0 0.62 0.35 0.12 334.1 0.7 0.61
Hex E1 56 92 0 3E 23 C 14E 46 3D
Octal 341 126 222 0 76 43 14 516 106 75
Binary 11100001 1010110 10010010 0 111110 100011 1100 101001110 1000110 111101

Color Harmonies of #E15692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15692

Black with #E15692

Text Example


Text Example

White with #E15692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15692; }

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

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

background-color css

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

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

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

border-color css

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

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

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