Html Css Color HEX #E15293 Dark Pink

📋 copy color: '#E15293'

red 225 ◦ green 82 ◦ blue 147

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

Shades of Dark Pink #E15293

Tints of Dark Pink #E15293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 49.56%
G = 18.06%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E15293 (or 0xE15293) is known color: Dark Pink. HEX triplet: E1, 52 and 93. RGB value is (225,82,147). Sum of RGB (Red+Green+Blue) = 225+82+147=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15293 is #1EAD6C. Grayscale: #848484. Windows color (decimal): -2010477 or 9655009. OLE color: 9655009.

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

Color convert

RGB 225 82 147 -
CMYK 0 0.64 0.35 0.12
HSL 332.73º 0.7% 0.6% -
HSV(B) 332.73º 0.64% 0.88% -
XYZ 39.34 24.15 30.19 -
YUV 132.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 225 82 147 0 0.64 0.35 0.12 332.73 0.7 0.6
Hex E1 52 93 0 40 23 C 14D 46 3C
Octal 341 122 223 0 100 43 14 515 106 74
Binary 11100001 1010010 10010011 0 1000000 100011 1100 101001101 1000110 111100

Color Harmonies of #E15293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15293

Black with #E15293

Text Example


Text Example

White with #E15293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15293; }

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

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

background-color css

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

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

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

border-color css

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

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

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