Html Css Color HEX #E85967 Froly

📋 copy color: '#E85967'

red 232 ◦ green 89 ◦ blue 103

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

Shades of Froly #E85967

Tints of Froly #E85967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.29%

R = 54.72%
G = 20.99%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E85967 (or 0xE85967) is known color: Froly. HEX triplet: E8, 59 and 67. RGB value is (232,89,103). Sum of RGB (Red+Green+Blue) = 232+89+103=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E85967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85967 is #17A698. Grayscale: #858585. Windows color (decimal): -1549977 or 6773224. OLE color: 6773224.

HSL color Cylindrical-coordinate representation of color #E85967: hue angle of 354.13º 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 #E85967 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 89 103 -
CMYK 0 0.62 0.56 0.09
HSL 354.13º 0.76% 0.63% -
HSV(B) 354.13º 0.62% 0.91% -
XYZ 39.3 25.28 15.64 -
YUV 133.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 232 89 103 0 0.62 0.56 0.09 354.13 0.76 0.63
Hex E8 59 67 0 3E 38 9 162 4C 3F
Octal 350 131 147 0 76 70 11 542 114 77
Binary 11101000 1011001 1100111 0 111110 111000 1001 101100010 1001100 111111

Color Harmonies of #E85967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85967

Black with #E85967

Text Example


Text Example

White with #E85967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85967; }

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

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

background-color css

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

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

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

border-color css

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

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

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