#EC7B7D

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

Shades of Froly #EC7B7D

Tints of Froly #EC7B7D

Color information

#EC7B7D (or 0xEC7B7D) is unknown color: approx Froly. HEX triplet: EC, 7B and 7D. RGB value is (236,123,125). Sum of RGB (Red+Green+Blue) = 236+123+125=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B7D is #138482. Grayscale: #9D9D9D. Windows color (decimal): -1279107 or 8223724. OLE color: 8223724.

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

Color convert

RGB236123125-
CMYK00.480.470.07
HSL358.94º74.83%70.39%-
HSV(B)358.94º47.88%92.55%-
XYZ45.3833.4823.47-
YUV157.01109.94184.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=48.76%
G=25.41%
B=25.83%

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
Decimal23612312500.480.470.07358.9474.8370.39
HexEC7B7D0302F71674b46
Octal354173175060577547113106
Binary1110110011110111111101011000010111111110110011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7B7D; }

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

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

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

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

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

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

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

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