Html Css Color HEX #E6686D Froly

📋 copy color: '#E6686D'

red 230 ◦ green 104 ◦ blue 109

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

Shades of Froly #E6686D

Tints of Froly #E6686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 51.92%
G = 23.48%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6686D (or 0xE6686D) is known color: Froly. HEX triplet: E6, 68 and 6D. RGB value is (230,104,109). Sum of RGB (Red+Green+Blue) = 230+104+109=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6686D is #199792. Grayscale: #8E8E8E. Windows color (decimal): -1677203 or 7170278. OLE color: 7170278.

HSL color Cylindrical-coordinate representation of color #E6686D: hue angle of 357.62º 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 #E6686D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 109 -
CMYK 0 0.55 0.53 0.10
HSL 357.62º 0.72% 0.65% -
HSV(B) 357.62º 0.55% 0.9% -
XYZ 40.34 27.83 17.71 -
YUV 142.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 230 104 109 0 0.55 0.53 0.10 357.62 0.72 0.65
Hex E6 68 6D 0 37 35 A 166 48 41
Octal 346 150 155 0 67 65 12 546 110 101
Binary 11100110 1101000 1101101 0 110111 110101 1010 101100110 1001000 1000001

Color Harmonies of #E6686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6686D

Black with #E6686D

Text Example


Text Example

White with #E6686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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