#E5427A

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

Shades of Cranberry #E5427A

Tints of Cranberry #E5427A

Color information

#E5427A (or 0xE5427A) is unknown color: approx Cranberry. HEX triplet: E5, 42 and 7A. RGB value is (229,66,122). Sum of RGB (Red+Green+Blue) = 229+66+122=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5427A is #1ABD85. Grayscale: #797979. Windows color (decimal): -1752454 or 8012517. OLE color: 8012517.

HSL color Cylindrical-coordinate representation of color #E5427A: hue angle of 339.39º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5427A is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB22966122-
CMYK00.710.470.10
HSL339.39º75.81%57.84%-
HSV(B)339.39º71.18%89.8%-
XYZ37.7721.9620.66-
YUV121.12128.5204.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=54.92%
G=15.83%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296612200.710.470.10339.3975.8157.84
HexE5427A0472FA1534c3a
Octal3451021720107571252311472
Binary11100101100001011110100100011110111110101010100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5427A; }

 p { color: rgb(229,66,122); }

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

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

 a { background-color: rgb(229,66,122); }

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

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

 span { border-color: rgb(229,66,122); }

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