Html Css Color HEX #E86366 Froly

📋 copy color: '#E86366'

red 232 ◦ green 99 ◦ blue 102

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

Shades of Froly #E86366

Tints of Froly #E86366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.86%

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 53.58%
G = 22.86%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E86366 (or 0xE86366) is known color: Froly. HEX triplet: E8, 63 and 66. RGB value is (232,99,102). Sum of RGB (Red+Green+Blue) = 232+99+102=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E86366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86366 is #179C99. Grayscale: #8B8B8B. Windows color (decimal): -1547418 or 6710248. OLE color: 6710248.

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

Color convert

RGB 232 99 102 -
CMYK 0 0.57 0.56 0.09
HSL 358.65º 0.74% 0.65% -
HSV(B) 358.65º 0.57% 0.91% -
XYZ 40.14 27.04 15.67 -
YUV 139.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 232 99 102 0 0.57 0.56 0.09 358.65 0.74 0.65
Hex E8 63 66 0 39 38 9 167 4A 41
Octal 350 143 146 0 71 70 11 547 112 101
Binary 11101000 1100011 1100110 0 111001 111000 1001 101100111 1001010 1000001

Color Harmonies of #E86366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86366

Black with #E86366

Text Example


Text Example

White with #E86366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86366; }

 p { color: rgb(232,99,102); }

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

background-color css

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

 a { background-color: rgb(232,99,102); }

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

border-color css

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

 span { border-color: rgb(232,99,102); }

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