#e24f6b

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

Shades of Cranberry #E24F6B

Tints of Cranberry #E24F6B

Color information

#E24F6B (or 0xE24F6B) is unknown color: approx Cranberry. HEX triplet: E2, 4F and 6B. RGB value is (226,79,107). Sum of RGB (Red+Green+Blue) = 226+79+107=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24F6B is #1DB094. Grayscale: #7E7E7E. Windows color (decimal): -1945749 or 7032802. OLE color: 7032802.

HSL color Cylindrical-coordinate representation of color #E24F6B: hue angle of 348.57º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24F6B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB22679107-
CMYK00.650.530.11
HSL348.57º71.71%59.8%-
HSV(B)348.57º65.04%88.63%-
XYZ36.8122.8216.37-
YUV126.15117.2199.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.85%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=54.85%
G=19.17%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267910700.650.530.11348.5771.7159.8
HexE24F6B04135B15d483c
Octal3421171530101651353511074
Binary11100010100111111010110100000111010110111010111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24f6b; }

 p { color: rgb(226,79,107); }

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

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

 a { background-color: rgb(226,79,107); }

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

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

 span { border-color: rgb(226,79,107); }

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