Html Css Color HEX #E86575 Froly

📋 copy color: '#E86575'

red 232 ◦ green 101 ◦ blue 117

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

Shades of Froly #E86575

Tints of Froly #E86575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

 BLUE value IS 117 (46.09% from 255) = 26%

R = 51.56%
G = 22.44%
B = 26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E86575 (or 0xE86575) is known color: Froly. HEX triplet: E8, 65 and 75. RGB value is (232,101,117). Sum of RGB (Red+Green+Blue) = 232+101+117=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E86575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86575 is #179A8A. Grayscale: #8E8E8E. Windows color (decimal): -1546891 or 7693800. OLE color: 7693800.

HSL color Cylindrical-coordinate representation of color #E86575: hue angle of 352.67º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86575 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 101 117 -
CMYK 0 0.56 0.50 0.09
HSL 352.67º 0.74% 0.65% -
HSV(B) 352.67º 0.56% 0.91% -
XYZ 41.14 27.75 20.02 -
YUV 141.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 232 101 117 0 0.56 0.50 0.09 352.67 0.74 0.65
Hex E8 65 75 0 38 32 9 161 4A 41
Octal 350 145 165 0 70 62 11 541 112 101
Binary 11101000 1100101 1110101 0 111000 110010 1001 101100001 1001010 1000001

Color Harmonies of #E86575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86575

Black with #E86575

Text Example


Text Example

White with #E86575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86575; }

 p { color: rgb(232,101,117); }

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

background-color css

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

 a { background-color: rgb(232,101,117); }

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

border-color css

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

 span { border-color: rgb(232,101,117); }

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