Html Css Color HEX #E15A83 Dark Pink

📋 copy color: '#E15A83'

red 225 ◦ green 90 ◦ blue 131

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

Shades of Dark Pink #E15A83

Tints of Dark Pink #E15A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

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

R = 50.45%
G = 20.18%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E15A83 (or 0xE15A83) is known color: Dark Pink. HEX triplet: E1, 5A and 83. RGB value is (225,90,131). Sum of RGB (Red+Green+Blue) = 225+90+131=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A83 is #1EA57C. Grayscale: #878787. Windows color (decimal): -2008445 or 8608481. OLE color: 8608481.

HSL color Cylindrical-coordinate representation of color #E15A83: hue angle of 341.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A83 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 131 -
CMYK 0 0.60 0.42 0.12
HSL 341.78º 0.69% 0.62% -
HSV(B) 341.78º 0.6% 0.88% -
XYZ 38.8 24.96 24.25 -
YUV 135.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 225 90 131 0 0.60 0.42 0.12 341.78 0.69 0.62
Hex E1 5A 83 0 3C 2A C 156 45 3E
Octal 341 132 203 0 74 52 14 526 105 76
Binary 11100001 1011010 10000011 0 111100 101010 1100 101010110 1000101 111110

Color Harmonies of #E15A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A83

Black with #E15A83

Text Example


Text Example

White with #E15A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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