#E95C94

Color #E95C94 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E95C94

Tints of Dark Pink #E95C94

Color information

#E95C94 (or 0xE95C94) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 94. RGB value is (233,92,148). Sum of RGB (Red+Green+Blue) = 233+92+148=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C94 is #16A36B. Grayscale: #8C8C8C. Windows color (decimal): -1483628 or 9723113. OLE color: 9723113.

HSL color Cylindrical-coordinate representation of color #E95C94: hue angle of 336.17º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C94 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23392148-
CMYK00.610.360.09
HSL336.17º76.22%63.73%-
HSV(B)336.17º60.52%91.37%-
XYZ42.7827.1231-
YUV140.54132.21193.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=49.26%
G=19.45%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339214800.610.360.09336.1776.2263.73
HexE95C9403D2491504c40
Octal3511342240754411520114100
Binary111010011011100100101000111101100100100110101000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C94; }

 p { color: rgb(233,92,148); }

 H1.HeaderClassName
 {
   color: #E95C94;
 }
 .AnyTagClassName
 {
   color: #E95C94;
 }
</style>
background-color css

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

 a { background-color: rgb(233,92,148); }

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

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

 span { border-color: rgb(233,92,148); }

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