#E2426F

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

Shades of Cranberry #E2426F

Tints of Cranberry #E2426F

Color information

#E2426F (or 0xE2426F) is unknown color: approx Cranberry. HEX triplet: E2, 42 and 6F. RGB value is (226,66,111). Sum of RGB (Red+Green+Blue) = 226+66+111=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2426F is #1DBD90. Grayscale: #767676. Windows color (decimal): -1949073 or 7291618. OLE color: 7291618.

HSL color Cylindrical-coordinate representation of color #E2426F: hue angle of 343.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2426F is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB22666111-
CMYK00.710.510.11
HSL343.12º73.39%57.25%-
HSV(B)343.12º70.8%88.63%-
XYZ36.1821.2117.23-
YUV118.97123.51204.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.08%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=56.08%
G=16.38%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266611100.710.510.11343.1273.3957.25
HexE2426F04733B1574939
Octal3421021570107631352711171
Binary11100010100001011011110100011111001110111010101111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2426F; }

 p { color: rgb(226,66,111); }

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

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

 a { background-color: rgb(226,66,111); }

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

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

 span { border-color: rgb(226,66,111); }

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