Html Css Color HEX #EC6879 Froly

📋 copy color: '#EC6879'

red 236 ◦ green 104 ◦ blue 121

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

Shades of Froly #EC6879

Tints of Froly #EC6879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 51.19%
G = 22.56%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC6879 (or 0xEC6879) is known color: Froly. HEX triplet: EC, 68 and 79. RGB value is (236,104,121). Sum of RGB (Red+Green+Blue) = 236+104+121=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6879 is #139786. Grayscale: #919191. Windows color (decimal): -1283975 or 7956716. OLE color: 7956716.

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

Color convert

RGB 236 104 121 -
CMYK 0 0.56 0.49 0.07
HSL 352.27º 0.78% 0.67% -
HSV(B) 352.27º 0.56% 0.93% -
XYZ 42.99 29.11 21.44 -
YUV 145.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 236 104 121 0 0.56 0.49 0.07 352.27 0.78 0.67
Hex EC 68 79 0 38 31 7 160 4E 43
Octal 354 150 171 0 70 61 7 540 116 103
Binary 11101100 1101000 1111001 0 111000 110001 111 101100000 1001110 1000011

Color Harmonies of #EC6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6879

Black with #EC6879

Text Example


Text Example

White with #EC6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6879; }

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

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

background-color css

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

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

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

border-color css

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

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

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