Html Css Color HEX #EC667C Froly

📋 copy color: '#EC667C'

red 236 ◦ green 102 ◦ blue 124

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

Shades of Froly #EC667C

Tints of Froly #EC667C

RGB

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

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

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

R = 51.08%
G = 22.08%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC667C (or 0xEC667C) is known color: Froly. HEX triplet: EC, 66 and 7C. RGB value is (236,102,124). Sum of RGB (Red+Green+Blue) = 236+102+124=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC667C is #139983. Grayscale: #909090. Windows color (decimal): -1284484 or 8152812. OLE color: 8152812.

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

Color convert

RGB 236 102 124 -
CMYK 0 0.57 0.47 0.07
HSL 350.15º 0.78% 0.66% -
HSV(B) 350.15º 0.57% 0.93% -
XYZ 42.98 28.79 22.36 -
YUV 144.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 236 102 124 0 0.57 0.47 0.07 350.15 0.78 0.66
Hex EC 66 7C 0 39 2F 7 15E 4E 42
Octal 354 146 174 0 71 57 7 536 116 102
Binary 11101100 1100110 1111100 0 111001 101111 111 101011110 1001110 1000010

Color Harmonies of #EC667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC667C

Black with #EC667C

Text Example


Text Example

White with #EC667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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