#EC7A7C

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

Shades of Froly #EC7A7C

Tints of Froly #EC7A7C

Color information

#EC7A7C (or 0xEC7A7C) is unknown color: approx Froly. HEX triplet: EC, 7A and 7C. RGB value is (236,122,124). Sum of RGB (Red+Green+Blue) = 236+122+124=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A7C is #138583. Grayscale: #9C9C9C. Windows color (decimal): -1279364 or 8157932. OLE color: 8157932.

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

Color convert

RGB236122124-
CMYK00.480.470.07
HSL358.95º75%70.2%-
HSV(B)358.95º48.31%92.55%-
XYZ45.1933.2123.1-
YUV156.31109.77184.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.96%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=48.96%
G=25.31%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612212400.480.470.07358.957570.2
HexEC7A7C0302F71674b46
Octal354172174060577547113106
Binary1110110011110101111100011000010111111110110011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A7C; }

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

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

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

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

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

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

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

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