#EC8381

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

Shades of Light Coral #EC8381

Tints of Light Coral #EC8381

Color information

#EC8381 (or 0xEC8381) is unknown color: approx Light Coral. HEX triplet: EC, 83 and 81. RGB value is (236,131,129). Sum of RGB (Red+Green+Blue) = 236+131+129=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8381 is #137C7E. Grayscale: #A2A2A2. Windows color (decimal): -1277055 or 8487916. OLE color: 8487916.

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

Color convert

RGB236131129-
CMYK00.440.450.07
HSL1.12º73.79%71.57%-
HSV(B)1.12º45.34%92.55%-
XYZ46.6735.6525.19-
YUV162.17109.29180.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=47.58%
G=26.41%
B=26.01%

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
Decimal23613112900.440.450.071.1273.7971.57
HexEC838102C2D714a48
Octal3542032010545571112110
Binary1110110010000011100000010101100101101111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8381; }

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

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

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

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

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

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

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

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