Html Css Color HEX #E86D72 Froly

📋 copy color: '#E86D72'

red 232 ◦ green 109 ◦ blue 114

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

Shades of Froly #E86D72

Tints of Froly #E86D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.96%

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 50.99%
G = 23.96%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E86D72 (or 0xE86D72) is known color: Froly. HEX triplet: E8, 6D and 72. RGB value is (232,109,114). Sum of RGB (Red+Green+Blue) = 232+109+114=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D72 is #17928D. Grayscale: #929292. Windows color (decimal): -1544846 or 7499240. OLE color: 7499240.

HSL color Cylindrical-coordinate representation of color #E86D72: hue angle of 357.56º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86D72 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 109 114 -
CMYK 0 0.53 0.51 0.09
HSL 357.56º 0.73% 0.67% -
HSV(B) 357.56º 0.53% 0.91% -
XYZ 41.78 29.31 19.37 -
YUV 146.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 232 109 114 0 0.53 0.51 0.09 357.56 0.73 0.67
Hex E8 6D 72 0 35 33 9 166 49 43
Octal 350 155 162 0 65 63 11 546 111 103
Binary 11101000 1101101 1110010 0 110101 110011 1001 101100110 1001001 1000011

Color Harmonies of #E86D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D72

Black with #E86D72

Text Example


Text Example

White with #E86D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D72; }

 p { color: rgb(232,109,114); }

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

background-color css

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

 a { background-color: rgb(232,109,114); }

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

border-color css

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

 span { border-color: rgb(232,109,114); }

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