Html Css Color HEX #EB8282 Light Coral

📋 copy color: '#EB8282'

red 235 ◦ green 130 ◦ blue 130

#EB8282
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #EB8282

Tints of Light Coral #EB8282

RGB

 RED value IS 235 (92.19% from 255) = 47.47%

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 47.47%
G = 26.26%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB8282 (or 0xEB8282) is known color: Light Coral. HEX triplet: EB, 82 and 82. RGB value is (235,130,130). Sum of RGB (Red+Green+Blue) = 235+130+130=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8282 is #147D7D. Grayscale: #A1A1A1. Windows color (decimal): -1342846 or 8553195. OLE color: 8553195.

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

Color convert

RGB 235 130 130 -
CMYK 0 0.45 0.45 0.08
HSL 0.72% 0.72% -
HSV(B) 0.45% 0.92% -
XYZ 46.27 35.24 25.48 -
YUV 161.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 235 130 130 0 0.45 0.45 0.08 0 0.72 0.72
Hex EB 82 82 0 2D 2D 8 0 48 48
Octal 353 202 202 0 55 55 10 0 110 110
Binary 11101011 10000010 10000010 0 101101 101101 1000 0 1001000 1001000

Color Harmonies of #EB8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8282

Black with #EB8282

Text Example


Text Example

White with #EB8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8282; }

 p { color: rgb(235,130,130); }

 H1.HeaderClassName
 {
   color: #EB8282;
 }
 .AnyTagClassName
 {
   color: #EB8282;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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