Html Css Color HEX #E86770 Froly

📋 copy color: '#E86770'

red 232 ◦ green 103 ◦ blue 112

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

Shades of Froly #E86770

Tints of Froly #E86770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 51.9%
G = 23.04%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E86770 (or 0xE86770) is known color: Froly. HEX triplet: E8, 67 and 70. RGB value is (232,103,112). Sum of RGB (Red+Green+Blue) = 232+103+112=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E86770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86770 is #17988F. Grayscale: #8E8E8E. Windows color (decimal): -1546384 or 7366632. OLE color: 7366632.

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

Color convert

RGB 232 103 112 -
CMYK 0 0.56 0.52 0.09
HSL 355.81º 0.74% 0.66% -
HSV(B) 355.81º 0.56% 0.91% -
XYZ 41.05 28.03 18.58 -
YUV 142.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 232 103 112 0 0.56 0.52 0.09 355.81 0.74 0.66
Hex E8 67 70 0 38 34 9 164 4A 42
Octal 350 147 160 0 70 64 11 544 112 102
Binary 11101000 1100111 1110000 0 111000 110100 1001 101100100 1001010 1000010

Color Harmonies of #E86770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86770

Black with #E86770

Text Example


Text Example

White with #E86770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86770; }

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

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

background-color css

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

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

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

border-color css

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

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

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