Html Css Color HEX #E15083 Dark Pink

📋 copy color: '#E15083'

red 225 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #E15083

Tints of Dark Pink #E15083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 51.61%
G = 18.35%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E15083 (or 0xE15083) is known color: Dark Pink. HEX triplet: E1, 50 and 83. RGB value is (225,80,131). Sum of RGB (Red+Green+Blue) = 225+80+131=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E15083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15083 is #1EAF7C. Grayscale: #818181. Windows color (decimal): -2011005 or 8605921. OLE color: 8605921.

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

Color convert

RGB 225 80 131 -
CMYK 0 0.64 0.42 0.12
HSL 338.9º 0.71% 0.6% -
HSV(B) 338.9º 0.64% 0.88% -
XYZ 38.02 23.38 23.98 -
YUV 129.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 225 80 131 0 0.64 0.42 0.12 338.9 0.71 0.6
Hex E1 50 83 0 40 2A C 153 47 3C
Octal 341 120 203 0 100 52 14 523 107 74
Binary 11100001 1010000 10000011 0 1000000 101010 1100 101010011 1000111 111100

Color Harmonies of #E15083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15083

Black with #E15083

Text Example


Text Example

White with #E15083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15083; }

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

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

background-color css

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

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

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

border-color css

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

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

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