Html Css Color HEX #EC8281 Light Coral

📋 copy color: '#EC8281'

red 236 ◦ green 130 ◦ blue 129

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

Shades of Light Coral #EC8281

Tints of Light Coral #EC8281

RGB

 RED value IS 236 (92.58% from 255) = 47.68%

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

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 47.68%
G = 26.26%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8281 (or 0xEC8281) is known color: Light Coral. HEX triplet: EC, 82 and 81. RGB value is (236,130,129). Sum of RGB (Red+Green+Blue) = 236+130+129=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8281 is #137D7E. Grayscale: #A1A1A1. Windows color (decimal): -1277311 or 8487660. OLE color: 8487660.

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

Color convert

RGB 236 130 129 -
CMYK 0 0.45 0.45 0.07
HSL 0.56º 0.74% 0.72% -
HSV(B) 0.56º 0.45% 0.93% -
XYZ 46.54 35.38 25.15 -
YUV 161.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 236 130 129 0 0.45 0.45 0.07 0.56 0.74 0.72
Hex EC 82 81 0 2D 2D 7 1 4A 48
Octal 354 202 201 0 55 55 7 1 112 110
Binary 11101100 10000010 10000001 0 101101 101101 111 1 1001010 1001000

Color Harmonies of #EC8281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8281

Black with #EC8281

Text Example


Text Example

White with #EC8281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8281; }

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

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

background-color css

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

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

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

border-color css

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

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

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