#E85265

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

Shades of Cranberry #E85265

Tints of Cranberry #E85265

Color information

#E85265 (or 0xE85265) is unknown color: approx Cranberry. HEX triplet: E8, 52 and 65. RGB value is (232,82,101). Sum of RGB (Red+Green+Blue) = 232+82+101=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E85265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85265 is #17AD9A. Grayscale: #818181. Windows color (decimal): -1551771 or 6640360. OLE color: 6640360.

HSL color Cylindrical-coordinate representation of color #E85265: hue angle of 352.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85265 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB23282101-
CMYK00.650.560.09
HSL352.4º76.53%61.57%-
HSV(B)352.4º64.66%90.98%-
XYZ38.6424.1314.93-
YUV129.02112.2201.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=55.90%
G=19.76%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328210100.650.560.09352.476.5361.57
HexE852650413891604d3e
Octal3501221450101701154011576
Binary11101000101001011001010100000111100010011011000001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85265; }

 p { color: rgb(232,82,101); }

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

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

 a { background-color: rgb(232,82,101); }

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

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

 span { border-color: rgb(232,82,101); }

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