Html Css Color HEX #EC807E Light Coral

📋 copy color: '#EC807E'

red 236 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #EC807E

Tints of Light Coral #EC807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 48.16%
G = 26.12%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC807E (or 0xEC807E) is known color: Light Coral. HEX triplet: EC, 80 and 7E. RGB value is (236,128,126). Sum of RGB (Red+Green+Blue) = 236+128+126=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC807E is #137F81. Grayscale: #A0A0A0. Windows color (decimal): -1277826 or 8290540. OLE color: 8290540.

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

Color convert

RGB 236 128 126 -
CMYK 0 0.46 0.47 0.07
HSL 1.09º 0.74% 0.71% -
HSV(B) 1.09º 0.47% 0.93% -
XYZ 46.08 34.78 24.02 -
YUV 160.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 236 128 126 0 0.46 0.47 0.07 1.09 0.74 0.71
Hex EC 80 7E 0 2E 2F 7 1 4A 47
Octal 354 200 176 0 56 57 7 1 112 107
Binary 11101100 10000000 1111110 0 101110 101111 111 1 1001010 1000111

Color Harmonies of #EC807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC807E

Black with #EC807E

Text Example


Text Example

White with #EC807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC807E; }

 p { color: rgb(236,128,126); }

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

background-color css

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

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

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

border-color css

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

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

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