Html Css Color HEX #E85F62 Froly

📋 copy color: '#E85F62'

red 232 ◦ green 95 ◦ blue 98

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

Shades of Froly #E85F62

Tints of Froly #E85F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 54.59%
G = 22.35%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E85F62 (or 0xE85F62) is known color: Froly. HEX triplet: E8, 5F and 62. RGB value is (232,95,98). Sum of RGB (Red+Green+Blue) = 232+95+98=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F62 is #17A09D. Grayscale: #888888. Windows color (decimal): -1548446 or 6447080. OLE color: 6447080.

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

Color convert

RGB 232 95 98 -
CMYK 0 0.59 0.58 0.09
HSL 358.69º 0.75% 0.64% -
HSV(B) 358.69º 0.59% 0.91% -
XYZ 39.58 26.22 14.53 -
YUV 136.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 232 95 98 0 0.59 0.58 0.09 358.69 0.75 0.64
Hex E8 5F 62 0 3B 3A 9 167 4B 40
Octal 350 137 142 0 73 72 11 547 113 100
Binary 11101000 1011111 1100010 0 111011 111010 1001 101100111 1001011 1000000

Color Harmonies of #E85F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F62

Black with #E85F62

Text Example


Text Example

White with #E85F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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