#EB525C

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

Shades of Mandy #EB525C

Tints of Mandy #EB525C

Color information

#EB525C (or 0xEB525C) is unknown color: approx Mandy. HEX triplet: EB, 52 and 5C. RGB value is (235,82,92). Sum of RGB (Red+Green+Blue) = 235+82+92=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB525C is #14ADA3. Grayscale: #818181. Windows color (decimal): -1355172 or 6050539. OLE color: 6050539.

HSL color Cylindrical-coordinate representation of color #EB525C: hue angle of 356.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB525C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2358292-
CMYK00.650.610.08
HSL356.08º79.27%62.16%-
HSV(B)356.08º65.11%92.16%-
XYZ39.2124.4712.78-
YUV128.89107.19203.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.46%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=57.46%
G=20.05%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235829200.650.610.08356.0879.2762.16
HexEB525C0413D81644f3e
Octal3531221340101751054411776
Binary11101011101001010111000100000111110110001011001001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB525C; }

 p { color: rgb(235,82,92); }

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

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

 a { background-color: rgb(235,82,92); }

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

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

 span { border-color: rgb(235,82,92); }

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