Html Css Color HEX #EC8886 Light Coral

📋 copy color: '#EC8886'

red 236 ◦ green 136 ◦ blue 134

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

Shades of Light Coral #EC8886

Tints of Light Coral #EC8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 46.64%
G = 26.88%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC8886 (or 0xEC8886) is known color: Light Coral. HEX triplet: EC, 88 and 86. RGB value is (236,136,134). Sum of RGB (Red+Green+Blue) = 236+136+134=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8886 is #137779. Grayscale: #A5A5A5. Windows color (decimal): -1275770 or 8816876. OLE color: 8816876.

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

Color convert

RGB 236 136 134 -
CMYK 0 0.42 0.43 0.07
HSL 1.18º 0.73% 0.73% -
HSV(B) 1.18º 0.43% 0.93% -
XYZ 47.7 37.16 27.21 -
YUV 165.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 236 136 134 0 0.42 0.43 0.07 1.18 0.73 0.73
Hex EC 88 86 0 2A 2B 7 1 49 49
Octal 354 210 206 0 52 53 7 1 111 111
Binary 11101100 10001000 10000110 0 101010 101011 111 1 1001001 1001001

Color Harmonies of #EC8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8886

Black with #EC8886

Text Example


Text Example

White with #EC8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8886; }

 p { color: rgb(236,136,134); }

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

background-color css

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

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

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

border-color css

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

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

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