#E95C7A

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

Shades of Dark Pink #E95C7A

Tints of Dark Pink #E95C7A

Color information

#E95C7A (or 0xE95C7A) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 7A. RGB value is (233,92,122). Sum of RGB (Red+Green+Blue) = 233+92+122=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C7A is #16A385. Grayscale: #898989. Windows color (decimal): -1483654 or 8019177. OLE color: 8019177.

HSL color Cylindrical-coordinate representation of color #E95C7A: hue angle of 347.23º 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 #E95C7A is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB23392122-
CMYK00.610.480.09
HSL347.23º76.22%63.73%-
HSV(B)347.23º60.52%91.37%-
XYZ40.9426.3821.35-
YUV137.58119.21196.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.13%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=52.13%
G=20.58%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339212200.610.480.09347.2376.2263.73
HexE95C7A03D30915b4c40
Octal3511341720756011533114100
Binary11101001101110011110100111101110000100110101101110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C7A; }

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

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

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

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

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

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

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

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