Html Css Color HEX #E85065 Cranberry

📋 copy color: '#E85065'

red 232 ◦ green 80 ◦ blue 101

#E85065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #E85065

Tints of Cranberry #E85065

RGB

 RED value IS 232 (91.02% from 255) = 56.17%

 GREEN value IS 80 (31.64% from 255) = 19.37%

 BLUE value IS 101 (39.84% from 255) = 24.46%

R = 56.17%
G = 19.37%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E85065 (or 0xE85065) is known color: Cranberry. HEX triplet: E8, 50 and 65. RGB value is (232,80,101). Sum of RGB (Red+Green+Blue) = 232+80+101=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85065 is #17AF9A. Grayscale: #7F7F7F. Windows color (decimal): -1552283 or 6639848. OLE color: 6639848.

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

Color convert

RGB 232 80 101 -
CMYK 0 0.66 0.56 0.09
HSL 351.71º 0.77% 0.61% -
HSV(B) 351.71º 0.66% 0.91% -
XYZ 38.5 23.83 14.88 -
YUV 127.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 232 80 101 0 0.66 0.56 0.09 351.71 0.77 0.61
Hex E8 50 65 0 42 38 9 160 4D 3D
Octal 350 120 145 0 102 70 11 540 115 75
Binary 11101000 1010000 1100101 0 1000010 111000 1001 101100000 1001101 111101

Color Harmonies of #E85065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85065

Black with #E85065

Text Example


Text Example

White with #E85065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85065; }

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

 H1.HeaderClassName
 {
   color: #E85065;
 }
 .AnyTagClassName
 {
   color: #E85065;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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