#EB8885

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

Shades of Light Coral #EB8885

Tints of Light Coral #EB8885

Color information

#EB8885 (or 0xEB8885) is unknown color: approx Light Coral. HEX triplet: EB, 88 and 85. RGB value is (235,136,133). Sum of RGB (Red+Green+Blue) = 235+136+133=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8885 is #14777A. Grayscale: #A5A5A5. Windows color (decimal): -1341307 or 8751339. OLE color: 8751339.

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

Color convert

RGB235136133-
CMYK00.420.430.08
HSL1.76º71.83%72.16%-
HSV(B)1.76º43.4%92.16%-
XYZ47.336.9626.83-
YUV165.26109.8177.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=46.63%
G=26.98%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513613300.420.430.081.7671.8372.16
HexEB888502A2B824848
Octal35321020505253102110110
Binary111010111000100010000101010101010101110001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8885; }

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

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

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

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

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

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

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

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