Html Css Color HEX #E86270 Froly

📋 copy color: '#E86270'

red 232 ◦ green 98 ◦ blue 112

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

Shades of Froly #E86270

Tints of Froly #E86270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

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

R = 52.49%
G = 22.17%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E86270 (or 0xE86270) is known color: Froly. HEX triplet: E8, 62 and 70. RGB value is (232,98,112). Sum of RGB (Red+Green+Blue) = 232+98+112=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E86270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86270 is #179D8F. Grayscale: #8B8B8B. Windows color (decimal): -1547664 or 7365352. OLE color: 7365352.

HSL color Cylindrical-coordinate representation of color #E86270: hue angle of 353.73º degrees, saturation: 0.74, 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 #E86270 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 112 -
CMYK 0 0.58 0.52 0.09
HSL 353.73º 0.74% 0.65% -
HSV(B) 353.73º 0.58% 0.91% -
XYZ 40.57 27.06 18.41 -
YUV 139.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 232 98 112 0 0.58 0.52 0.09 353.73 0.74 0.65
Hex E8 62 70 0 3A 34 9 162 4A 41
Octal 350 142 160 0 72 64 11 542 112 101
Binary 11101000 1100010 1110000 0 111010 110100 1001 101100010 1001010 1000001

Color Harmonies of #E86270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86270

Black with #E86270

Text Example


Text Example

White with #E86270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86270; }

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

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

background-color css

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

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

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

border-color css

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

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

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