Html Css Color HEX #E6686A Froly

📋 copy color: '#E6686A'

red 230 ◦ green 104 ◦ blue 106

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

Shades of Froly #E6686A

Tints of Froly #E6686A

RGB

 RED value IS 230 (90.23% from 255) = 52.27%

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 52.27%
G = 23.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6686A (or 0xE6686A) is known color: Froly. HEX triplet: E6, 68 and 6A. RGB value is (230,104,106). Sum of RGB (Red+Green+Blue) = 230+104+106=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6686A is #199795. Grayscale: #8E8E8E. Windows color (decimal): -1677206 or 6973670. OLE color: 6973670.

HSL color Cylindrical-coordinate representation of color #E6686A: hue angle of 359.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6686A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 106 -
CMYK 0 0.55 0.54 0.10
HSL 359.05º 0.72% 0.65% -
HSV(B) 359.05º 0.55% 0.9% -
XYZ 40.18 27.76 16.88 -
YUV 141.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 230 104 106 0 0.55 0.54 0.10 359.05 0.72 0.65
Hex E6 68 6A 0 37 36 A 167 48 41
Octal 346 150 152 0 67 66 12 547 110 101
Binary 11100110 1101000 1101010 0 110111 110110 1010 101100111 1001000 1000001

Color Harmonies of #E6686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6686A

Black with #E6686A

Text Example


Text Example

White with #E6686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6686A; }

 p { color: rgb(230,104,106); }

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

background-color css

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

 a { background-color: rgb(230,104,106); }

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

border-color css

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

 span { border-color: rgb(230,104,106); }

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