#e65254

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

Shades of Mandy #E65254

Tints of Mandy #E65254

Color information

#E65254 (or 0xE65254) is unknown color: approx Mandy. HEX triplet: E6, 52 and 54. RGB value is (230,82,84). Sum of RGB (Red+Green+Blue) = 230+82+84=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E65254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65254 is #19ADAB. Grayscale: #7E7E7E. Windows color (decimal): -1682860 or 5526246. OLE color: 5526246.

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

Color convert

RGB2308284-
CMYK00.640.630.10
HSL359.19º74.75%61.18%-
HSV(B)359.19º64.35%90.2%-
XYZ37.2523.510.96-
YUV126.48104.03201.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=58.08%
G=20.71%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230828400.640.630.10359.1974.7561.18
HexE652540403FA1674b3d
Octal3461221240100771254711375
Binary11100110101001010101000100000011111110101011001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e65254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e65254; }

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

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

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

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

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

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

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

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