#E3507B

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

Shades of Dark Pink #E3507B

Tints of Dark Pink #E3507B

Color information

#E3507B (or 0xE3507B) is unknown color: approx Dark Pink. HEX triplet: E3, 50 and 7B. RGB value is (227,80,123). Sum of RGB (Red+Green+Blue) = 227+80+123=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3507B is #1CAF84. Grayscale: #808080. Windows color (decimal): -1879941 or 8081635. OLE color: 8081635.

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

Color convert

RGB22780123-
CMYK00.650.460.11
HSL342.45º72.41%60.2%-
HSV(B)342.45º64.76%89.02%-
XYZ38.1223.521.27-
YUV128.85124.7198-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.79%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=52.79%
G=18.60%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278012300.650.460.11342.4572.4160.2
HexE3507B0412EB156483c
Octal3431201730101561352611074
Binary11100011101000011110110100000110111010111010101101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3507B; }

 p { color: rgb(227,80,123); }

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

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

 a { background-color: rgb(227,80,123); }

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

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

 span { border-color: rgb(227,80,123); }

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