#E65276

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

Shades of Dark Pink #E65276

Tints of Dark Pink #E65276

Color information

#E65276 (or 0xE65276) is unknown color: approx Dark Pink. HEX triplet: E6, 52 and 76. RGB value is (230,82,118). Sum of RGB (Red+Green+Blue) = 230+82+118=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65276 is #19AD89. Grayscale: #828282. Windows color (decimal): -1682826 or 7754470. OLE color: 7754470.

HSL color Cylindrical-coordinate representation of color #E65276: hue angle of 345.41º 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 #E65276 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB23082118-
CMYK00.640.490.10
HSL345.41º74.75%61.18%-
HSV(B)345.41º64.35%90.2%-
XYZ38.9224.1719.75-
YUV130.36121.03199.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.49%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=53.49%
G=19.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308211800.640.490.10345.4174.7561.18
HexE6527604031A1594b3d
Octal3461221660100611253111375
Binary11100110101001011101100100000011000110101010110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65276; }

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

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

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

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

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

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

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

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