Html Css Color HEX #E15C83 Dark Pink

📋 copy color: '#E15C83'

red 225 ◦ green 92 ◦ blue 131

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

Shades of Dark Pink #E15C83

Tints of Dark Pink #E15C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

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

R = 50.22%
G = 20.54%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E15C83 (or 0xE15C83) is known color: Dark Pink. HEX triplet: E1, 5C and 83. RGB value is (225,92,131). Sum of RGB (Red+Green+Blue) = 225+92+131=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C83 is #1EA37C. Grayscale: #888888. Windows color (decimal): -2007933 or 8608993. OLE color: 8608993.

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

Color convert

RGB 225 92 131 -
CMYK 0 0.59 0.42 0.12
HSL 342.41º 0.69% 0.62% -
HSV(B) 342.41º 0.59% 0.88% -
XYZ 38.98 25.3 24.3 -
YUV 136.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 225 92 131 0 0.59 0.42 0.12 342.41 0.69 0.62
Hex E1 5C 83 0 3B 2A C 156 45 3E
Octal 341 134 203 0 73 52 14 526 105 76
Binary 11100001 1011100 10000011 0 111011 101010 1100 101010110 1000101 111110

Color Harmonies of #E15C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C83

Black with #E15C83

Text Example


Text Example

White with #E15C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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