Html Css Color HEX #EC8484 Light Coral

📋 copy color: '#EC8484'

red 236 ◦ green 132 ◦ blue 132

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

Shades of Light Coral #EC8484

Tints of Light Coral #EC8484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 47.2%
G = 26.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8484 (or 0xEC8484) is known color: Light Coral. HEX triplet: EC, 84 and 84. RGB value is (236,132,132). Sum of RGB (Red+Green+Blue) = 236+132+132=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8484 is #137B7B. Grayscale: #A3A3A3. Windows color (decimal): -1276796 or 8684780. OLE color: 8684780.

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

Color convert

RGB 236 132 132 -
CMYK 0 0.44 0.44 0.07
HSL 0.73% 0.72% -
HSV(B) 0.44% 0.93% -
XYZ 47.01 36 26.3 -
YUV 163.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 236 132 132 0 0.44 0.44 0.07 0 0.73 0.72
Hex EC 84 84 0 2C 2C 7 0 49 48
Octal 354 204 204 0 54 54 7 0 111 110
Binary 11101100 10000100 10000100 0 101100 101100 111 0 1001001 1001000

Color Harmonies of #EC8484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8484

Black with #EC8484

Text Example


Text Example

White with #EC8484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8484; }

 p { color: rgb(236,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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