#E05874

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

Shades of Cranberry #E05874

Tints of Cranberry #E05874

Color information

#E05874 (or 0xE05874) is unknown color: approx Cranberry. HEX triplet: E0, 58 and 74. RGB value is (224,88,116). Sum of RGB (Red+Green+Blue) = 224+88+116=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05874 is #1FA78B. Grayscale: #838383. Windows color (decimal): -2074508 or 7624928. OLE color: 7624928.

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

Color convert

RGB22488116-
CMYK00.610.480.12
HSL347.65º68.69%61.18%-
HSV(B)347.65º60.71%87.84%-
XYZ37.3824.0919.2-
YUV131.86119.06193.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=52.34%
G=20.56%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248811600.610.480.12347.6568.6961.18
HexE0587403D30C15c453d
Octal340130164075601453410575
Binary1110000010110001110100011110111000011001010111001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05874; }

 p { color: rgb(224,88,116); }

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

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

 a { background-color: rgb(224,88,116); }

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

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

 span { border-color: rgb(224,88,116); }

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