#CE5493

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

Shades of Mulberry #CE5493

Tints of Mulberry #CE5493

Color information

#CE5493 (or 0xCE5493) is unknown color: approx Mulberry. HEX triplet: CE, 54 and 93. RGB value is (206,84,147). Sum of RGB (Red+Green+Blue) = 206+84+147=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5493 is #31AB6C. Grayscale: #7F7F7F. Windows color (decimal): -3255149 or 9655502. OLE color: 9655502.

HSL color Cylindrical-coordinate representation of color #CE5493: hue angle of 329.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5493 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20684147-
CMYK00.590.290.19
HSL329.02º55.45%56.86%-
HSV(B)329.02º59.22%80.78%-
XYZ33.8921.5729.98-
YUV127.66138.92183.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=47.14%
G=19.22%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068414700.590.290.19329.0255.4556.86
HexCE549303B1D131493739
Octal31612422307335235116771
Binary1100111010101001001001101110111110110011101001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5493; }

 p { color: rgb(206,84,147); }

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

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

 a { background-color: rgb(206,84,147); }

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

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

 span { border-color: rgb(206,84,147); }

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