#EC767B

Color #EC767B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EC767B

Tints of Froly #EC767B

Color information

#EC767B (or 0xEC767B) is unknown color: approx Froly. HEX triplet: EC, 76 and 7B. RGB value is (236,118,123). Sum of RGB (Red+Green+Blue) = 236+118+123=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC767B is #138984. Grayscale: #999999. Windows color (decimal): -1280389 or 8091372. OLE color: 8091372.

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

Color convert

RGB236118123-
CMYK00.50.480.07
HSL357.46º75.64%69.41%-
HSV(B)357.46º50%92.55%-
XYZ44.6532.2222.6-
YUV153.85110.59186.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=49.48%
G=24.74%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611812300.50.480.07357.4675.6469.41
HexEC767B0323071654c45
Octal354166173062607545114105
Binary1110110011101101111011011001011000011110110010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC767B; }

 p { color: rgb(236,118,123); }

 H1.HeaderClassName
 {
   color: #EC767B;
 }
 .AnyTagClassName
 {
   color: #EC767B;
 }
</style>
background-color css

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

 a { background-color: rgb(236,118,123); }

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

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

 span { border-color: rgb(236,118,123); }

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