#E35F83

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

Shades of Dark Pink #E35F83

Tints of Dark Pink #E35F83

Color information

#E35F83 (or 0xE35F83) is unknown color: approx Dark Pink. HEX triplet: E3, 5F and 83. RGB value is (227,95,131). Sum of RGB (Red+Green+Blue) = 227+95+131=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F83 is #1CA07C. Grayscale: #8A8A8A. Windows color (decimal): -1876093 or 8609763. OLE color: 8609763.

HSL color Cylindrical-coordinate representation of color #E35F83: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35F83 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB22795131-
CMYK00.580.420.11
HSL343.64º70.21%63.14%-
HSV(B)343.64º58.15%89.02%-
XYZ39.8726.1524.42-
YUV138.57123.73191.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=50.11%
G=20.97%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279513100.580.420.11343.6470.2163.14
HexE35F8303A2AB158463f
Octal343137203072521353010677
Binary11100011101111110000011011101010101010111010110001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F83; }

 p { color: rgb(227,95,131); }

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

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

 a { background-color: rgb(227,95,131); }

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

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

 span { border-color: rgb(227,95,131); }

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