Html Css Color HEX #E85265 Cranberry

📋 copy color: '#E85265'

red 232 ◦ green 82 ◦ blue 101

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

Shades of Cranberry #E85265

Tints of Cranberry #E85265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

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

R = 55.9%
G = 19.76%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E85265 (or 0xE85265) is known color: 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

RGB 232 82 101 -
CMYK 0 0.65 0.56 0.09
HSL 352.4º 0.77% 0.62% -
HSV(B) 352.4º 0.65% 0.91% -
XYZ 38.64 24.13 14.93 -
YUV 129.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 232 82 101 0 0.65 0.56 0.09 352.4 0.77 0.62
Hex E8 52 65 0 41 38 9 160 4D 3E
Octal 350 122 145 0 101 70 11 540 115 76
Binary 11101000 1010010 1100101 0 1000001 111000 1001 101100000 1001101 111110

Color Harmonies of #E85265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85265

Black with #E85265

Text Example


Text Example

White with #E85265

Text Example


Text Example

HTML Codes & Css Web 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>