Html Css Color HEX #EC8582 Light Coral

📋 copy color: '#EC8582'

red 236 ◦ green 133 ◦ blue 130

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

Shades of Light Coral #EC8582

Tints of Light Coral #EC8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 47.29%
G = 26.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8582 (or 0xEC8582) is known color: Light Coral. HEX triplet: EC, 85 and 82. RGB value is (236,133,130). Sum of RGB (Red+Green+Blue) = 236+133+130=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8582 is #137A7D. Grayscale: #A3A3A3. Windows color (decimal): -1276542 or 8553964. OLE color: 8553964.

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

Color convert

RGB 236 133 130 -
CMYK 0 0.44 0.45 0.07
HSL 1.7º 0.74% 0.72% -
HSV(B) 1.7º 0.45% 0.93% -
XYZ 47.01 36.22 25.63 -
YUV 163.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 236 133 130 0 0.44 0.45 0.07 1.7 0.74 0.72
Hex EC 85 82 0 2C 2D 7 2 4A 48
Octal 354 205 202 0 54 55 7 2 112 110
Binary 11101100 10000101 10000010 0 101100 101101 111 10 1001010 1001000

Color Harmonies of #EC8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8582

Black with #EC8582

Text Example


Text Example

White with #EC8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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