#E6507E

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

Shades of Dark Pink #E6507E

Tints of Dark Pink #E6507E

Color information

#E6507E (or 0xE6507E) is unknown color: approx Dark Pink. HEX triplet: E6, 50 and 7E. RGB value is (230,80,126). Sum of RGB (Red+Green+Blue) = 230+80+126=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6507E is #19AF81. Grayscale: #828282. Windows color (decimal): -1683330 or 8278246. OLE color: 8278246.

HSL color Cylindrical-coordinate representation of color #E6507E: hue angle of 341.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6507E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB23080126-
CMYK00.650.450.10
HSL341.6º75%60.78%-
HSV(B)341.6º65.22%90.2%-
XYZ39.2724.0722.31-
YUV130.09125.7199.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.75%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=52.75%
G=18.35%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308012600.650.450.10341.67560.78
HexE6507E0412DA1564b3d
Octal3461201760101551252611375
Binary11100110101000011111100100000110110110101010101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6507E; }

 p { color: rgb(230,80,126); }

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

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

 a { background-color: rgb(230,80,126); }

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

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

 span { border-color: rgb(230,80,126); }

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