Html Css Color HEX #EC8A7E Light Coral

📋 copy color: '#EC8A7E'

red 236 ◦ green 138 ◦ blue 126

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

Shades of Light Coral #EC8A7E

Tints of Light Coral #EC8A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

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

R = 47.2%
G = 27.6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC8A7E (or 0xEC8A7E) is known color: Light Coral. HEX triplet: EC, 8A and 7E. RGB value is (236,138,126). Sum of RGB (Red+Green+Blue) = 236+138+126=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A7E is #137581. Grayscale: #A6A6A6. Windows color (decimal): -1275266 or 8293100. OLE color: 8293100.

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

Color convert

RGB 236 138 126 -
CMYK 0 0.42 0.47 0.07
HSL 6.55º 0.74% 0.71% -
HSV(B) 6.55º 0.47% 0.93% -
XYZ 47.45 37.52 24.48 -
YUV 165.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 236 138 126 0 0.42 0.47 0.07 6.55 0.74 0.71
Hex EC 8A 7E 0 2A 2F 7 7 4A 47
Octal 354 212 176 0 52 57 7 7 112 107
Binary 11101100 10001010 1111110 0 101010 101111 111 111 1001010 1000111

Color Harmonies of #EC8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A7E

Black with #EC8A7E

Text Example


Text Example

White with #EC8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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