Html Css Color HEX #EC6679 Froly

📋 copy color: '#EC6679'

red 236 ◦ green 102 ◦ blue 121

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

Shades of Froly #EC6679

Tints of Froly #EC6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

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

R = 51.42%
G = 22.22%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC6679 (or 0xEC6679) is known color: Froly. HEX triplet: EC, 66 and 79. RGB value is (236,102,121). Sum of RGB (Red+Green+Blue) = 236+102+121=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6679 is #139986. Grayscale: #909090. Windows color (decimal): -1284487 or 7956204. OLE color: 7956204.

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

Color convert

RGB 236 102 121 -
CMYK 0 0.57 0.49 0.07
HSL 351.49º 0.78% 0.66% -
HSV(B) 351.49º 0.57% 0.93% -
XYZ 42.79 28.72 21.38 -
YUV 144.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 236 102 121 0 0.57 0.49 0.07 351.49 0.78 0.66
Hex EC 66 79 0 39 31 7 15F 4E 42
Octal 354 146 171 0 71 61 7 537 116 102
Binary 11101100 1100110 1111001 0 111001 110001 111 101011111 1001110 1000010

Color Harmonies of #EC6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6679

Black with #EC6679

Text Example


Text Example

White with #EC6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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