Html Css Color HEX #E0686C Froly

📋 copy color: '#E0686C'

red 224 ◦ green 104 ◦ blue 108

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

Shades of Froly #E0686C

Tints of Froly #E0686C

RGB

 RED value IS 224 (87.89% from 255) = 51.38%

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 51.38%
G = 23.85%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0686C (or 0xE0686C) is known color: Froly. HEX triplet: E0, 68 and 6C. RGB value is (224,104,108). Sum of RGB (Red+Green+Blue) = 224+104+108=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686C is #1F9793. Grayscale: #8C8C8C. Windows color (decimal): -2070420 or 7104736. OLE color: 7104736.

HSL color Cylindrical-coordinate representation of color #E0686C: hue angle of 358º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0686C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 104 108 -
CMYK 0 0.54 0.52 0.12
HSL 358º 0.66% 0.64% -
HSV(B) 358º 0.54% 0.88% -
XYZ 38.4 26.83 17.34 -
YUV 140.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 224 104 108 0 0.54 0.52 0.12 358 0.66 0.64
Hex E0 68 6C 0 36 34 C 166 42 40
Octal 340 150 154 0 66 64 14 546 102 100
Binary 11100000 1101000 1101100 0 110110 110100 1100 101100110 1000010 1000000

Color Harmonies of #E0686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0686C

Black with #E0686C

Text Example


Text Example

White with #E0686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0686C; }

 p { color: rgb(224,104,108); }

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

background-color css

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

 a { background-color: rgb(224,104,108); }

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

border-color css

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

 span { border-color: rgb(224,104,108); }

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