Html Css Color HEX #E86175 Froly

📋 copy color: '#E86175'

red 232 ◦ green 97 ◦ blue 117

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

Shades of Froly #E86175

Tints of Froly #E86175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 52.02%
G = 21.75%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E86175 (or 0xE86175) is known color: Froly. HEX triplet: E8, 61 and 75. RGB value is (232,97,117). Sum of RGB (Red+Green+Blue) = 232+97+117=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E86175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86175 is #179E8A. Grayscale: #8B8B8B. Windows color (decimal): -1547915 or 7692776. OLE color: 7692776.

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

Color convert

RGB 232 97 117 -
CMYK 0 0.58 0.50 0.09
HSL 351.11º 0.75% 0.65% -
HSV(B) 351.11º 0.58% 0.91% -
XYZ 40.76 26.99 19.89 -
YUV 139.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 232 97 117 0 0.58 0.50 0.09 351.11 0.75 0.65
Hex E8 61 75 0 3A 32 9 15F 4B 41
Octal 350 141 165 0 72 62 11 537 113 101
Binary 11101000 1100001 1110101 0 111010 110010 1001 101011111 1001011 1000001

Color Harmonies of #E86175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86175

Black with #E86175

Text Example


Text Example

White with #E86175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86175; }

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

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

background-color css

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

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

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

border-color css

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

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

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