Html Css Color HEX #EC686E Froly

📋 copy color: '#EC686E'

red 236 ◦ green 104 ◦ blue 110

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

Shades of Froly #EC686E

Tints of Froly #EC686E

RGB

 RED value IS 236 (92.58% from 255) = 52.44%

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 52.44%
G = 23.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC686E (or 0xEC686E) is known color: Froly. HEX triplet: EC, 68 and 6E. RGB value is (236,104,110). Sum of RGB (Red+Green+Blue) = 236+104+110=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC686E is #139791. Grayscale: #909090. Windows color (decimal): -1283986 or 7235820. OLE color: 7235820.

HSL color Cylindrical-coordinate representation of color #EC686E: hue angle of 357.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC686E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 104 110 -
CMYK 0 0.56 0.53 0.07
HSL 357.27º 0.78% 0.67% -
HSV(B) 357.27º 0.56% 0.93% -
XYZ 42.36 28.86 18.09 -
YUV 144.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 236 104 110 0 0.56 0.53 0.07 357.27 0.78 0.67
Hex EC 68 6E 0 38 35 7 165 4E 43
Octal 354 150 156 0 70 65 7 545 116 103
Binary 11101100 1101000 1101110 0 111000 110101 111 101100101 1001110 1000011

Color Harmonies of #EC686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC686E

Black with #EC686E

Text Example


Text Example

White with #EC686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC686E; }

 p { color: rgb(236,104,110); }

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

background-color css

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

 a { background-color: rgb(236,104,110); }

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

border-color css

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

 span { border-color: rgb(236,104,110); }

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