#E24375

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

Shades of Cranberry #E24375

Tints of Cranberry #E24375

Color information

#E24375 (or 0xE24375) is unknown color: approx Cranberry. HEX triplet: E2, 43 and 75. RGB value is (226,67,117). Sum of RGB (Red+Green+Blue) = 226+67+117=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E24375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24375 is #1DBC8A. Grayscale: #787878. Windows color (decimal): -1948811 or 7685090. OLE color: 7685090.

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

Color convert

RGB22667117-
CMYK00.700.480.11
HSL341.13º73.27%57.45%-
HSV(B)341.13º70.35%88.63%-
XYZ36.5821.4719.05-
YUV120.24126.18203.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.12%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=55.12%
G=16.34%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266711700.700.480.11341.1373.2757.45
HexE2437504630B1554939
Octal3421031650106601352511171
Binary11100010100001111101010100011011000010111010101011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24375; }

 p { color: rgb(226,67,117); }

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

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

 a { background-color: rgb(226,67,117); }

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

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

 span { border-color: rgb(226,67,117); }

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