#E64674

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

Shades of Cranberry #E64674

Tints of Cranberry #E64674

Color information

#E64674 (or 0xE64674) is unknown color: approx Cranberry. HEX triplet: E6, 46 and 74. RGB value is (230,70,116). Sum of RGB (Red+Green+Blue) = 230+70+116=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E64674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64674 is #19B98B. Grayscale: #7B7B7B. Windows color (decimal): -1685900 or 7620326. OLE color: 7620326.

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

Color convert

RGB23070116-
CMYK00.700.500.10
HSL342.75º76.19%58.82%-
HSV(B)342.75º69.57%90.2%-
XYZ37.9822.4618.86-
YUV123.08124.01204.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.29%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=55.29%
G=16.83%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307011600.700.500.10342.7576.1958.82
HexE6467404632A1574c3b
Octal3461061640106621252711473
Binary11100110100011011101000100011011001010101010101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64674; }

 p { color: rgb(230,70,116); }

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

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

 a { background-color: rgb(230,70,116); }

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

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

 span { border-color: rgb(230,70,116); }

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