Html Css Color HEX #E15394 Dark Pink

📋 copy color: '#E15394'

red 225 ◦ green 83 ◦ blue 148

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

Shades of Dark Pink #E15394

Tints of Dark Pink #E15394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 49.34%
G = 18.2%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E15394 (or 0xE15394) is known color: Dark Pink. HEX triplet: E1, 53 and 94. RGB value is (225,83,148). Sum of RGB (Red+Green+Blue) = 225+83+148=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15394 is #1EAC6B. Grayscale: #848484. Windows color (decimal): -2010220 or 9720801. OLE color: 9720801.

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

Color convert

RGB 225 83 148 -
CMYK 0 0.63 0.34 0.12
HSL 332.54º 0.7% 0.6% -
HSV(B) 332.54º 0.63% 0.88% -
XYZ 39.49 24.33 30.63 -
YUV 132.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 225 83 148 0 0.63 0.34 0.12 332.54 0.7 0.6
Hex E1 53 94 0 3F 22 C 14D 46 3C
Octal 341 123 224 0 77 42 14 515 106 74
Binary 11100001 1010011 10010100 0 111111 100010 1100 101001101 1000110 111100

Color Harmonies of #E15394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15394

Black with #E15394

Text Example


Text Example

White with #E15394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15394; }

 p { color: rgb(225,83,148); }

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

background-color css

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

 a { background-color: rgb(225,83,148); }

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

border-color css

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

 span { border-color: rgb(225,83,148); }

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