#e65065

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

Shades of Cranberry #E65065

Tints of Cranberry #E65065

Color information

#E65065 (or 0xE65065) is unknown color: approx Cranberry. HEX triplet: E6, 50 and 65. RGB value is (230,80,101). Sum of RGB (Red+Green+Blue) = 230+80+101=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E65065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65065 is #19AF9A. Grayscale: #7F7F7F. Windows color (decimal): -1683355 or 6639846. OLE color: 6639846.

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

Color convert

RGB23080101-
CMYK00.650.560.10
HSL351.6º75%60.78%-
HSV(B)351.6º65.22%90.2%-
XYZ37.8523.514.85-
YUV127.24113.2201.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.96%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=55.96%
G=19.46%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308010100.650.560.10351.67560.78
HexE6506504138A1604b3d
Octal3461201450101701254011375
Binary11100110101000011001010100000111100010101011000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e65065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e65065; }

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

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

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

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

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

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

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

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