#EC7E7B

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

Shades of Light Coral #EC7E7B

Tints of Light Coral #EC7E7B

Color information

#EC7E7B (or 0xEC7E7B) is unknown color: approx Light Coral. HEX triplet: EC, 7E and 7B. RGB value is (236,126,123). Sum of RGB (Red+Green+Blue) = 236+126+123=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E7B is #138184. Grayscale: #9E9E9E. Windows color (decimal): -1278341 or 8093420. OLE color: 8093420.

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

Color convert

RGB236126123-
CMYK00.470.480.07
HSL1.59º74.83%70.39%-
HSV(B)1.59º47.88%92.55%-
XYZ45.6334.1822.93-
YUV158.55107.94183.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=48.66%
G=25.98%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612612300.470.480.071.5974.8370.39
HexEC7E7B02F30724b46
Octal3541761730576072113106
Binary111011001111110111101101011111100001111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7E7B; }

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

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

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

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

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

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

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

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