#E04D75

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

Shades of Cranberry #E04D75

Tints of Cranberry #E04D75

Color information

#E04D75 (or 0xE04D75) is unknown color: approx Cranberry. HEX triplet: E0, 4D and 75. RGB value is (224,77,117). Sum of RGB (Red+Green+Blue) = 224+77+117=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D75 is #1FB28A. Grayscale: #7D7D7D. Windows color (decimal): -2077323 or 7687648. OLE color: 7687648.

HSL color Cylindrical-coordinate representation of color #E04D75: hue angle of 343.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D75 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22477117-
CMYK00.660.480.12
HSL343.67º70.33%59.02%-
HSV(B)343.67º65.62%87.84%-
XYZ36.6122.4419.23-
YUV125.51123.2198.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.59%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=53.59%
G=18.42%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247711700.660.480.12343.6770.3359.02
HexE04D7504230C158463b
Octal3401151650102601453010673
Binary11100000100110111101010100001011000011001010110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D75; }

 p { color: rgb(224,77,117); }

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

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

 a { background-color: rgb(224,77,117); }

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

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

 span { border-color: rgb(224,77,117); }

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