Html Css Color HEX #E0686A Froly

📋 copy color: '#E0686A'

red 224 ◦ green 104 ◦ blue 106

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

Shades of Froly #E0686A

Tints of Froly #E0686A

RGB

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

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

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

R = 51.61%
G = 23.96%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0686A (or 0xE0686A) is known color: Froly. HEX triplet: E0, 68 and 6A. RGB value is (224,104,106). Sum of RGB (Red+Green+Blue) = 224+104+106=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686A is #1F9795. Grayscale: #8C8C8C. Windows color (decimal): -2070422 or 6973664. OLE color: 6973664.

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

Color convert

RGB 224 104 106 -
CMYK 0 0.54 0.53 0.12
HSL 359º 0.66% 0.64% -
HSV(B) 359º 0.54% 0.88% -
XYZ 38.29 26.79 16.79 -
YUV 140.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 224 104 106 0 0.54 0.53 0.12 359 0.66 0.64
Hex E0 68 6A 0 36 35 C 167 42 40
Octal 340 150 152 0 66 65 14 547 102 100
Binary 11100000 1101000 1101010 0 110110 110101 1100 101100111 1000010 1000000

Color Harmonies of #E0686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0686A

Black with #E0686A

Text Example


Text Example

White with #E0686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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