#E65288

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

Shades of Dark Pink #E65288

Tints of Dark Pink #E65288

Color information

#E65288 (or 0xE65288) is unknown color: approx Dark Pink. HEX triplet: E6, 52 and 88. RGB value is (230,82,136). Sum of RGB (Red+Green+Blue) = 230+82+136=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65288 is #19AD77. Grayscale: #848484. Windows color (decimal): -1682808 or 8934118. OLE color: 8934118.

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

Color convert

RGB23082136-
CMYK00.640.410.10
HSL338.11º74.75%61.18%-
HSV(B)338.11º64.35%90.2%-
XYZ40.0924.6425.93-
YUV132.41130.03197.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=51.34%
G=18.30%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308213600.640.410.10338.1174.7561.18
HexE6528804029A1524b3d
Octal3461222100100511252211375
Binary111001101010010100010000100000010100110101010100101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65288; }

 p { color: rgb(230,82,136); }

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

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

 a { background-color: rgb(230,82,136); }

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

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

 span { border-color: rgb(230,82,136); }

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