Html Css Color HEX #EC677A Froly

📋 copy color: '#EC677A'

red 236 ◦ green 103 ◦ blue 122

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

Shades of Froly #EC677A

Tints of Froly #EC677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 51.19%
G = 22.34%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC677A (or 0xEC677A) is known color: Froly. HEX triplet: EC, 67 and 7A. RGB value is (236,103,122). Sum of RGB (Red+Green+Blue) = 236+103+122=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC677A is #139885. Grayscale: #909090. Windows color (decimal): -1284230 or 8021996. OLE color: 8021996.

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

Color convert

RGB 236 103 122 -
CMYK 0 0.56 0.48 0.07
HSL 351.43º 0.78% 0.66% -
HSV(B) 351.43º 0.56% 0.93% -
XYZ 42.96 28.94 21.73 -
YUV 144.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 236 103 122 0 0.56 0.48 0.07 351.43 0.78 0.66
Hex EC 67 7A 0 38 30 7 15F 4E 42
Octal 354 147 172 0 70 60 7 537 116 102
Binary 11101100 1100111 1111010 0 111000 110000 111 101011111 1001110 1000010

Color Harmonies of #EC677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC677A

Black with #EC677A

Text Example


Text Example

White with #EC677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC677A; }

 p { color: rgb(236,103,122); }

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

background-color css

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

 a { background-color: rgb(236,103,122); }

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

border-color css

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

 span { border-color: rgb(236,103,122); }

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