#E64E65

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

Shades of Cranberry #E64E65

Tints of Cranberry #E64E65

Color information

#E64E65 (or 0xE64E65) is unknown color: approx Cranberry. HEX triplet: E6, 4E and 65. RGB value is (230,78,101). Sum of RGB (Red+Green+Blue) = 230+78+101=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E65 is #19B19A. Grayscale: #7E7E7E. Windows color (decimal): -1683867 or 6639334. OLE color: 6639334.

HSL color Cylindrical-coordinate representation of color #E64E65: hue angle of 350.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64E65 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB23078101-
CMYK00.660.560.10
HSL350.92º75.25%60.39%-
HSV(B)350.92º66.09%90.2%-
XYZ37.7123.2114.8-
YUV126.07113.86202.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.23%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=56.23%
G=19.07%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307810100.660.560.10350.9275.2560.39
HexE64E6504238A15f4b3c
Octal3461161450102701253711374
Binary11100110100111011001010100001011100010101010111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E65; }

 p { color: rgb(230,78,101); }

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

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

 a { background-color: rgb(230,78,101); }

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

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

 span { border-color: rgb(230,78,101); }

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