Html Css Color HEX #EC666A Froly

📋 copy color: '#EC666A'

red 236 ◦ green 102 ◦ blue 106

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

Shades of Froly #EC666A

Tints of Froly #EC666A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 53.15%
G = 22.97%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC666A (or 0xEC666A) is known color: Froly. HEX triplet: EC, 66 and 6A. RGB value is (236,102,106). Sum of RGB (Red+Green+Blue) = 236+102+106=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC666A is #139995. Grayscale: #8E8E8E. Windows color (decimal): -1284502 or 6973164. OLE color: 6973164.

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

Color convert

RGB 236 102 106 -
CMYK 0 0.57 0.55 0.07
HSL 358.21º 0.78% 0.66% -
HSV(B) 358.21º 0.57% 0.93% -
XYZ 41.94 28.38 16.9 -
YUV 142.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 236 102 106 0 0.57 0.55 0.07 358.21 0.78 0.66
Hex EC 66 6A 0 39 37 7 166 4E 42
Octal 354 146 152 0 71 67 7 546 116 102
Binary 11101100 1100110 1101010 0 111001 110111 111 101100110 1001110 1000010

Color Harmonies of #EC666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC666A

Black with #EC666A

Text Example


Text Example

White with #EC666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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