#E0516B

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

Shades of Cranberry #E0516B

Tints of Cranberry #E0516B

Color information

#E0516B (or 0xE0516B) is unknown color: approx Cranberry. HEX triplet: E0, 51 and 6B. RGB value is (224,81,107). Sum of RGB (Red+Green+Blue) = 224+81+107=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0516B is #1FAE94. Grayscale: #7E7E7E. Windows color (decimal): -2076309 or 7033312. OLE color: 7033312.

HSL color Cylindrical-coordinate representation of color #E0516B: hue angle of 349.09º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0516B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22481107-
CMYK00.640.520.12
HSL349.09º69.76%59.8%-
HSV(B)349.09º63.84%87.84%-
XYZ36.3422.7916.39-
YUV126.72116.88197.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=54.37%
G=19.66%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248110700.640.520.12349.0969.7659.8
HexE0516B04034C15d463c
Octal3401211530100641453510674
Binary11100000101000111010110100000011010011001010111011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0516B; }

 p { color: rgb(224,81,107); }

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

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

 a { background-color: rgb(224,81,107); }

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

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

 span { border-color: rgb(224,81,107); }

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