Html Css Color HEX #EC857A Light Coral

📋 copy color: '#EC857A'

red 236 ◦ green 133 ◦ blue 122

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

Shades of Light Coral #EC857A

Tints of Light Coral #EC857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 48.07%
G = 27.09%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC857A (or 0xEC857A) is known color: Light Coral. HEX triplet: EC, 85 and 7A. RGB value is (236,133,122). Sum of RGB (Red+Green+Blue) = 236+133+122=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857A is #137A85. Grayscale: #A2A2A2. Windows color (decimal): -1276550 or 8029676. OLE color: 8029676.

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

Color convert

RGB 236 133 122 -
CMYK 0 0.44 0.48 0.07
HSL 5.79º 0.75% 0.7% -
HSV(B) 5.79º 0.48% 0.93% -
XYZ 46.49 36.01 22.91 -
YUV 162.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 236 133 122 0 0.44 0.48 0.07 5.79 0.75 0.7
Hex EC 85 7A 0 2C 30 7 6 4B 46
Octal 354 205 172 0 54 60 7 6 113 106
Binary 11101100 10000101 1111010 0 101100 110000 111 110 1001011 1000110

Color Harmonies of #EC857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC857A

Black with #EC857A

Text Example


Text Example

White with #EC857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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