#E65D84

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

Shades of Dark Pink #E65D84

Tints of Dark Pink #E65D84

Color information

#E65D84 (or 0xE65D84) is unknown color: approx Dark Pink. HEX triplet: E6, 5D and 84. RGB value is (230,93,132). Sum of RGB (Red+Green+Blue) = 230+93+132=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D84 is #19A27B. Grayscale: #8A8A8A. Windows color (decimal): -1679996 or 8674790. OLE color: 8674790.

HSL color Cylindrical-coordinate representation of color #E65D84: hue angle of 342.92º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D84 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB23093132-
CMYK00.600.430.10
HSL342.92º73.26%63.33%-
HSV(B)342.92º59.57%90.2%-
XYZ40.7126.3224.76-
YUV138.41124.39193.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=50.55%
G=20.44%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309313200.600.430.10342.9273.2663.33
HexE65D8403C2BA157493f
Octal346135204074531252711177
Binary11100110101110110000100011110010101110101010101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D84; }

 p { color: rgb(230,93,132); }

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

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

 a { background-color: rgb(230,93,132); }

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

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

 span { border-color: rgb(230,93,132); }

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