Html Css Color HEX #EC827B Light Coral

📋 copy color: '#EC827B'

red 236 ◦ green 130 ◦ blue 123

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

Shades of Light Coral #EC827B

Tints of Light Coral #EC827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 48.26%
G = 26.58%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC827B (or 0xEC827B) is known color: Light Coral. HEX triplet: EC, 82 and 7B. RGB value is (236,130,123). Sum of RGB (Red+Green+Blue) = 236+130+123=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827B is #137D84. Grayscale: #A1A1A1. Windows color (decimal): -1277317 or 8094444. OLE color: 8094444.

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

Color convert

RGB 236 130 123 -
CMYK 0 0.45 0.48 0.07
HSL 3.72º 0.75% 0.7% -
HSV(B) 3.72º 0.48% 0.93% -
XYZ 46.15 35.23 23.11 -
YUV 160.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 236 130 123 0 0.45 0.48 0.07 3.72 0.75 0.7
Hex EC 82 7B 0 2D 30 7 4 4B 46
Octal 354 202 173 0 55 60 7 4 113 106
Binary 11101100 10000010 1111011 0 101101 110000 111 100 1001011 1000110

Color Harmonies of #EC827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC827B

Black with #EC827B

Text Example


Text Example

White with #EC827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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