#E6476F

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

Shades of Cranberry #E6476F

Tints of Cranberry #E6476F

Color information

#E6476F (or 0xE6476F) is unknown color: approx Cranberry. HEX triplet: E6, 47 and 6F. RGB value is (230,71,111). Sum of RGB (Red+Green+Blue) = 230+71+111=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6476F is #19B890. Grayscale: #7B7B7B. Windows color (decimal): -1685649 or 7292902. OLE color: 7292902.

HSL color Cylindrical-coordinate representation of color #E6476F: hue angle of 344.91º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6476F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB23071111-
CMYK00.690.520.10
HSL344.91º76.08%59.02%-
HSV(B)344.91º69.13%90.2%-
XYZ37.7622.4817.39-
YUV123.1121.18204.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.83%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=55.83%
G=17.23%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307111100.690.520.10344.9176.0859.02
HexE6476F04534A1594c3b
Octal3461071570105641253111473
Binary11100110100011111011110100010111010010101010110011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6476F; }

 p { color: rgb(230,71,111); }

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

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

 a { background-color: rgb(230,71,111); }

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

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

 span { border-color: rgb(230,71,111); }

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