#E0567C

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

Shades of Cranberry #E0567C

Tints of Cranberry #E0567C

Color information

#E0567C (or 0xE0567C) is unknown color: approx Cranberry. HEX triplet: E0, 56 and 7C. RGB value is (224,86,124). Sum of RGB (Red+Green+Blue) = 224+86+124=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0567C is #1FA983. Grayscale: #838383. Windows color (decimal): -2075012 or 8148704. OLE color: 8148704.

HSL color Cylindrical-coordinate representation of color #E0567C: hue angle of 343.48º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0567C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB22486124-
CMYK00.620.450.12
HSL343.48º69%60.78%-
HSV(B)343.48º61.61%87.84%-
XYZ37.7123.9621.71-
YUV131.59123.72193.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=51.61%
G=19.82%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248612400.620.450.12343.486960.78
HexE0567C03E2DC157453d
Octal340126174076551452710575
Binary1110000010101101111100011111010110111001010101111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0567C; }

 p { color: rgb(224,86,124); }

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

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

 a { background-color: rgb(224,86,124); }

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

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

 span { border-color: rgb(224,86,124); }

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