Html Css Color HEX #EC686C Froly

📋 copy color: '#EC686C'

red 236 ◦ green 104 ◦ blue 108

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

Shades of Froly #EC686C

Tints of Froly #EC686C

RGB

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

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

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

R = 52.68%
G = 23.21%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC686C (or 0xEC686C) is known color: Froly. HEX triplet: EC, 68 and 6C. RGB value is (236,104,108). Sum of RGB (Red+Green+Blue) = 236+104+108=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC686C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC686C is #139793. Grayscale: #909090. Windows color (decimal): -1283988 or 7104748. OLE color: 7104748.

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

Color convert

RGB 236 104 108 -
CMYK 0 0.56 0.54 0.07
HSL 358.18º 0.78% 0.67% -
HSV(B) 358.18º 0.56% 0.93% -
XYZ 42.25 28.82 17.52 -
YUV 143.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 236 104 108 0 0.56 0.54 0.07 358.18 0.78 0.67
Hex EC 68 6C 0 38 36 7 166 4E 43
Octal 354 150 154 0 70 66 7 546 116 103
Binary 11101100 1101000 1101100 0 111000 110110 111 101100110 1001110 1000011

Color Harmonies of #EC686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC686C

Black with #EC686C

Text Example


Text Example

White with #EC686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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