Html Css Color HEX #E15090 Dark Pink

📋 copy color: '#E15090'

red 225 ◦ green 80 ◦ blue 144

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

Shades of Dark Pink #E15090

Tints of Dark Pink #E15090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 50.11%
G = 17.82%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E15090 (or 0xE15090) is known color: Dark Pink. HEX triplet: E1, 50 and 90. RGB value is (225,80,144). Sum of RGB (Red+Green+Blue) = 225+80+144=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E15090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15090 is #1EAF6F. Grayscale: #828282. Windows color (decimal): -2010992 or 9457889. OLE color: 9457889.

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

Color convert

RGB 225 80 144 -
CMYK 0 0.64 0.36 0.12
HSL 333.52º 0.71% 0.6% -
HSV(B) 333.52º 0.64% 0.88% -
XYZ 38.95 23.76 28.92 -
YUV 130.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 225 80 144 0 0.64 0.36 0.12 333.52 0.71 0.6
Hex E1 50 90 0 40 24 C 14E 47 3C
Octal 341 120 220 0 100 44 14 516 107 74
Binary 11100001 1010000 10010000 0 1000000 100100 1100 101001110 1000111 111100

Color Harmonies of #E15090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15090

Black with #E15090

Text Example


Text Example

White with #E15090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15090; }

 p { color: rgb(225,80,144); }

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

background-color css

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

 a { background-color: rgb(225,80,144); }

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

border-color css

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

 span { border-color: rgb(225,80,144); }

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