Html Css Color HEX #EC687C Froly

📋 copy color: '#EC687C'

red 236 ◦ green 104 ◦ blue 124

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

Shades of Froly #EC687C

Tints of Froly #EC687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 50.86%
G = 22.41%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC687C (or 0xEC687C) is known color: Froly. HEX triplet: EC, 68 and 7C. RGB value is (236,104,124). Sum of RGB (Red+Green+Blue) = 236+104+124=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC687C is #139783. Grayscale: #919191. Windows color (decimal): -1283972 or 8153324. OLE color: 8153324.

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

Color convert

RGB 236 104 124 -
CMYK 0 0.56 0.47 0.07
HSL 350.91º 0.78% 0.67% -
HSV(B) 350.91º 0.56% 0.93% -
XYZ 43.18 29.19 22.43 -
YUV 145.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 236 104 124 0 0.56 0.47 0.07 350.91 0.78 0.67
Hex EC 68 7C 0 38 2F 7 15F 4E 43
Octal 354 150 174 0 70 57 7 537 116 103
Binary 11101100 1101000 1111100 0 111000 101111 111 101011111 1001110 1000011

Color Harmonies of #EC687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC687C

Black with #EC687C

Text Example


Text Example

White with #EC687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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