#E14680

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

Shades of Cranberry #E14680

Tints of Cranberry #E14680

Color information

#E14680 (or 0xE14680) is unknown color: approx Cranberry. HEX triplet: E1, 46 and 80. RGB value is (225,70,128). Sum of RGB (Red+Green+Blue) = 225+70+128=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E14680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14680 is #1EB97F. Grayscale: #7A7A7A. Windows color (decimal): -2013568 or 8406753. OLE color: 8406753.

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

Color convert

RGB22570128-
CMYK00.690.430.12
HSL337.55º72.09%57.84%-
HSV(B)337.55º68.89%88.24%-
XYZ37.1421.9522.7-
YUV122.96130.85200.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=53.19%
G=16.55%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257012800.690.430.12337.5572.0957.84
HexE146800452BC152483a
Octal3411062000105531452211072
Binary111000011000110100000000100010110101111001010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14680; }

 p { color: rgb(225,70,128); }

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

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

 a { background-color: rgb(225,70,128); }

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

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

 span { border-color: rgb(225,70,128); }

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