#E7538E

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

Shades of Dark Pink #E7538E

Tints of Dark Pink #E7538E

Color information

#E7538E (or 0xE7538E) is unknown color: approx Dark Pink. HEX triplet: E7, 53 and 8E. RGB value is (231,83,142). Sum of RGB (Red+Green+Blue) = 231+83+142=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7538E is #18AC71. Grayscale: #858585. Windows color (decimal): -1617010 or 9327591. OLE color: 9327591.

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

Color convert

RGB23183142-
CMYK00.640.390.09
HSL336.08º75.51%61.57%-
HSV(B)336.08º64.07%90.59%-
XYZ40.9325.1328.28-
YUV133.98132.53197.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 83 (32.81% from 255) = 18.20%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=50.66%
G=18.20%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318314200.640.390.09336.0875.5161.57
HexE7538E0402791504c3e
Octal3471232160100471152011476
Binary111001111010011100011100100000010011110011010100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7538E; }

 p { color: rgb(231,83,142); }

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

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

 a { background-color: rgb(231,83,142); }

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

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

 span { border-color: rgb(231,83,142); }

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