#E0516A

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

Shades of Cranberry #E0516A

Tints of Cranberry #E0516A

Color information

#E0516A (or 0xE0516A) is unknown color: approx Cranberry. HEX triplet: E0, 51 and 6A. RGB value is (224,81,106). Sum of RGB (Red+Green+Blue) = 224+81+106=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0516A is #1FAE95. Grayscale: #7E7E7E. Windows color (decimal): -2076310 or 6967776. OLE color: 6967776.

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

Color convert

RGB22481106-
CMYK00.640.530.12
HSL349.51º69.76%59.8%-
HSV(B)349.51º63.84%87.84%-
XYZ36.2822.7716.12-
YUV126.61116.38197.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.50%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=54.50%
G=19.71%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248110600.640.530.12349.5169.7659.8
HexE0516A04035C15e463c
Octal3401211520100651453610674
Binary11100000101000111010100100000011010111001010111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0516A; }

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

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

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

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

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

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

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

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