#E03D74

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

Shades of Cranberry #E03D74

Tints of Cranberry #E03D74

Color information

#E03D74 (or 0xE03D74) is unknown color: approx Cranberry. HEX triplet: E0, 3D and 74. RGB value is (224,61,116). Sum of RGB (Red+Green+Blue) = 224+61+116=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03D74 is #1FC28B. Grayscale: #737373. Windows color (decimal): -2081420 or 7618016. OLE color: 7618016.

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

Color convert

RGB22461116-
CMYK00.730.480.12
HSL339.75º72.44%55.88%-
HSV(B)339.75º72.77%87.84%-
XYZ35.5620.4518.6-
YUV116.01128205.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.86%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=55.86%
G=15.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246111600.730.480.12339.7572.4455.88
HexE03D7404930C1544838
Octal340751640111601452411070
Binary1110000011110111101000100100111000011001010101001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03D74; }

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

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

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

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

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

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

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

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