Html Css Color HEX #E85369 Cranberry

📋 copy color: '#E85369'

red 232 ◦ green 83 ◦ blue 105

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

Shades of Cranberry #E85369

Tints of Cranberry #E85369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

 BLUE value IS 105 (41.41% from 255) = 25%

R = 55.24%
G = 19.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E85369 (or 0xE85369) is known color: Cranberry. HEX triplet: E8, 53 and 69. RGB value is (232,83,105). Sum of RGB (Red+Green+Blue) = 232+83+105=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E85369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85369 is #17AC96. Grayscale: #828282. Windows color (decimal): -1551511 or 6902760. OLE color: 6902760.

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

Color convert

RGB 232 83 105 -
CMYK 0 0.64 0.55 0.09
HSL 351.14º 0.76% 0.62% -
HSV(B) 351.14º 0.64% 0.91% -
XYZ 38.92 24.36 16.02 -
YUV 130.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 232 83 105 0 0.64 0.55 0.09 351.14 0.76 0.62
Hex E8 53 69 0 40 37 9 15F 4C 3E
Octal 350 123 151 0 100 67 11 537 114 76
Binary 11101000 1010011 1101001 0 1000000 110111 1001 101011111 1001100 111110

Color Harmonies of #E85369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85369

Black with #E85369

Text Example


Text Example

White with #E85369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85369; }

 p { color: rgb(232,83,105); }

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

background-color css

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

 a { background-color: rgb(232,83,105); }

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

border-color css

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

 span { border-color: rgb(232,83,105); }

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