Html Css Color HEX #E85962 Froly

📋 copy color: '#E85962'

red 232 ◦ green 89 ◦ blue 98

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

Shades of Froly #E85962

Tints of Froly #E85962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.24%

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 55.37%
G = 21.24%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E85962 (or 0xE85962) is known color: Froly. HEX triplet: E8, 59 and 62. RGB value is (232,89,98). Sum of RGB (Red+Green+Blue) = 232+89+98=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85962 is #17A69D. Grayscale: #848484. Windows color (decimal): -1549982 or 6445544. OLE color: 6445544.

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

Color convert

RGB 232 89 98 -
CMYK 0 0.62 0.58 0.09
HSL 356.22º 0.76% 0.63% -
HSV(B) 356.22º 0.62% 0.91% -
XYZ 39.06 25.18 14.36 -
YUV 132.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 232 89 98 0 0.62 0.58 0.09 356.22 0.76 0.63
Hex E8 59 62 0 3E 3A 9 164 4C 3F
Octal 350 131 142 0 76 72 11 544 114 77
Binary 11101000 1011001 1100010 0 111110 111010 1001 101100100 1001100 111111

Color Harmonies of #E85962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85962

Black with #E85962

Text Example


Text Example

White with #E85962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85962; }

 p { color: rgb(232,89,98); }

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

background-color css

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

 a { background-color: rgb(232,89,98); }

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

border-color css

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

 span { border-color: rgb(232,89,98); }

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