#e24278

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

Shades of Cranberry #E24278

Tints of Cranberry #E24278

Color information

#E24278 (or 0xE24278) is unknown color: approx Cranberry. HEX triplet: E2, 42 and 78. RGB value is (226,66,120). Sum of RGB (Red+Green+Blue) = 226+66+120=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E24278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24278 is #1DBD87. Grayscale: #777777. Windows color (decimal): -1949064 or 7881442. OLE color: 7881442.

HSL color Cylindrical-coordinate representation of color #E24278: hue angle of 339.75º 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 #E24278 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB22666120-
CMYK00.710.470.11
HSL339.75º73.39%57.25%-
HSV(B)339.75º70.8%88.63%-
XYZ36.721.4219.97-
YUV120128.01203.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.85%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=54.85%
G=16.02%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266612000.710.470.11339.7573.3957.25
HexE242780472FB1544939
Octal3421021700107571352411171
Binary11100010100001011110000100011110111110111010101001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24278; }

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

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

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

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

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

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

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

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