#E65872

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

Shades of Dark Pink #E65872

Tints of Dark Pink #E65872

Color information

#E65872 (or 0xE65872) is unknown color: approx Dark Pink. HEX triplet: E6, 58 and 72. RGB value is (230,88,114). Sum of RGB (Red+Green+Blue) = 230+88+114=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65872 is #19A78D. Grayscale: #858585. Windows color (decimal): -1681294 or 7493862. OLE color: 7493862.

HSL color Cylindrical-coordinate representation of color #E65872: hue angle of 349.01º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65872 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB23088114-
CMYK00.620.500.10
HSL349.01º73.96%62.35%-
HSV(B)349.01º61.74%90.2%-
XYZ39.1625.0218.68-
YUV133.42117.04196.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.24%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=53.24%
G=20.37%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308811400.620.500.10349.0173.9662.35
HexE6587203E32A15d4a3e
Octal346130162076621253511276
Binary1110011010110001110010011111011001010101010111011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65872; }

 p { color: rgb(230,88,114); }

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

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

 a { background-color: rgb(230,88,114); }

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

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

 span { border-color: rgb(230,88,114); }

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