#EB8884

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

Shades of Light Coral #EB8884

Tints of Light Coral #EB8884

Color information

#EB8884 (or 0xEB8884) is unknown color: approx Light Coral. HEX triplet: EB, 88 and 84. RGB value is (235,136,132). Sum of RGB (Red+Green+Blue) = 235+136+132=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8884 is #14777B. Grayscale: #A5A5A5. Windows color (decimal): -1341308 or 8685803. OLE color: 8685803.

HSL color Cylindrical-coordinate representation of color #EB8884: hue angle of 2.33º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB8884 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235136132-
CMYK00.420.440.08
HSL2.33º72.03%71.96%-
HSV(B)2.33º43.83%92.16%-
XYZ47.2336.9426.47-
YUV165.14109.3177.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=46.72%
G=27.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513613200.420.440.082.3372.0371.96
HexEB888402A2C824848
Octal35321020405254102110110
Binary111010111000100010000100010101010110010001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8884; }

 p { color: rgb(235,136,132); }

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

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

 a { background-color: rgb(235,136,132); }

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

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

 span { border-color: rgb(235,136,132); }

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