#E04C6B

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

Shades of Cranberry #E04C6B

Tints of Cranberry #E04C6B

Color information

#E04C6B (or 0xE04C6B) is unknown color: approx Cranberry. HEX triplet: E0, 4C and 6B. RGB value is (224,76,107). Sum of RGB (Red+Green+Blue) = 224+76+107=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C6B is #1FB394. Grayscale: #7B7B7B. Windows color (decimal): -2077589 or 7032032. OLE color: 7032032.

HSL color Cylindrical-coordinate representation of color #E04C6B: hue angle of 347.43º 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 #E04C6B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22476107-
CMYK00.660.520.12
HSL347.43º70.48%58.82%-
HSV(B)347.43º66.07%87.84%-
XYZ35.9822.0816.28-
YUV123.79118.53199.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.04%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=55.04%
G=18.67%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247610700.660.520.12347.4370.4858.82
HexE04C6B04234C15b463b
Octal3401141530102641453310673
Binary11100000100110011010110100001011010011001010110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C6B; }

 p { color: rgb(224,76,107); }

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

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

 a { background-color: rgb(224,76,107); }

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

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

 span { border-color: rgb(224,76,107); }

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