#E35293

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

Shades of Dark Pink #E35293

Tints of Dark Pink #E35293

Color information

#E35293 (or 0xE35293) is unknown color: approx Dark Pink. HEX triplet: E3, 52 and 93. RGB value is (227,82,147). Sum of RGB (Red+Green+Blue) = 227+82+147=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E35293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35293 is #1CAD6C. Grayscale: #848484. Windows color (decimal): -1879405 or 9655011. OLE color: 9655011.

HSL color Cylindrical-coordinate representation of color #E35293: hue angle of 333.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35293 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22782147-
CMYK00.640.350.11
HSL333.1º72.14%60.59%-
HSV(B)333.1º63.88%89.02%-
XYZ39.9624.4730.22-
YUV132.76136.04195.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.78%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=49.78%
G=17.98%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278214700.640.350.11333.172.1460.59
HexE3529304023B14d483d
Octal3431222230100431351511075
Binary111000111010010100100110100000010001110111010011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35293; }

 p { color: rgb(227,82,147); }

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

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

 a { background-color: rgb(227,82,147); }

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

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

 span { border-color: rgb(227,82,147); }

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