#EC8481

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

Shades of Light Coral #EC8481

Tints of Light Coral #EC8481

Color information

#EC8481 (or 0xEC8481) is unknown color: approx Light Coral. HEX triplet: EC, 84 and 81. RGB value is (236,132,129). Sum of RGB (Red+Green+Blue) = 236+132+129=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8481 is #137B7E. Grayscale: #A2A2A2. Windows color (decimal): -1276799 or 8488172. OLE color: 8488172.

HSL color Cylindrical-coordinate representation of color #EC8481: hue angle of 1.68º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8481 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236132129-
CMYK00.440.450.07
HSL1.68º73.79%71.57%-
HSV(B)1.68º45.34%92.55%-
XYZ46.8135.9225.24-
YUV162.75108.96180.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=47.48%
G=26.56%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613212900.440.450.071.6873.7971.57
HexEC848102C2D724a48
Octal3542042010545572112110
Binary11101100100001001000000101011001011011111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8481; }

 p { color: rgb(236,132,129); }

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

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

 a { background-color: rgb(236,132,129); }

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

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

 span { border-color: rgb(236,132,129); }

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