Html Css Color HEX #E0686D Froly

📋 copy color: '#E0686D'

red 224 ◦ green 104 ◦ blue 109

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

Shades of Froly #E0686D

Tints of Froly #E0686D

RGB

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

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

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

R = 51.26%
G = 23.8%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0686D (or 0xE0686D) is known color: Froly. HEX triplet: E0, 68 and 6D. RGB value is (224,104,109). Sum of RGB (Red+Green+Blue) = 224+104+109=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686D is #1F9792. Grayscale: #8C8C8C. Windows color (decimal): -2070419 or 7170272. OLE color: 7170272.

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

Color convert

RGB 224 104 109 -
CMYK 0 0.54 0.51 0.12
HSL 357.5º 0.66% 0.64% -
HSV(B) 357.5º 0.54% 0.88% -
XYZ 38.45 26.85 17.62 -
YUV 140.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 224 104 109 0 0.54 0.51 0.12 357.5 0.66 0.64
Hex E0 68 6D 0 36 33 C 166 42 40
Octal 340 150 155 0 66 63 14 546 102 100
Binary 11100000 1101000 1101101 0 110110 110011 1100 101100110 1000010 1000000

Color Harmonies of #E0686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0686D

Black with #E0686D

Text Example


Text Example

White with #E0686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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