Html Css Color HEX #E85569 Cranberry

📋 copy color: '#E85569'

red 232 ◦ green 85 ◦ blue 105

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

Shades of Cranberry #E85569

Tints of Cranberry #E85569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 54.98%
G = 20.14%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E85569 (or 0xE85569) is known color: Cranberry. HEX triplet: E8, 55 and 69. RGB value is (232,85,105). Sum of RGB (Red+Green+Blue) = 232+85+105=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E85569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85569 is #17AA96. Grayscale: #838383. Windows color (decimal): -1550999 or 6903272. OLE color: 6903272.

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

Color convert

RGB 232 85 105 -
CMYK 0 0.63 0.55 0.09
HSL 351.84º 0.76% 0.62% -
HSV(B) 351.84º 0.63% 0.91% -
XYZ 39.08 24.67 16.07 -
YUV 131.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 232 85 105 0 0.63 0.55 0.09 351.84 0.76 0.62
Hex E8 55 69 0 3F 37 9 160 4C 3E
Octal 350 125 151 0 77 67 11 540 114 76
Binary 11101000 1010101 1101001 0 111111 110111 1001 101100000 1001100 111110

Color Harmonies of #E85569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85569

Black with #E85569

Text Example


Text Example

White with #E85569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85569; }

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

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

background-color css

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

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

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

border-color css

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

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

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