Html Css Color HEX #EC8585 Light Coral

📋 copy color: '#EC8585'

red 236 ◦ green 133 ◦ blue 133

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

Shades of Light Coral #EC8585

Tints of Light Coral #EC8585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 47.01%
G = 26.49%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8585 (or 0xEC8585) is known color: Light Coral. HEX triplet: EC, 85 and 85. RGB value is (236,133,133). Sum of RGB (Red+Green+Blue) = 236+133+133=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8585 is #137A7A. Grayscale: #A3A3A3. Windows color (decimal): -1276539 or 8750572. OLE color: 8750572.

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

Color convert

RGB 236 133 133 -
CMYK 0 0.44 0.44 0.07
HSL 0.73% 0.72% -
HSV(B) 0.44% 0.93% -
XYZ 47.21 36.3 26.71 -
YUV 163.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 236 133 133 0 0.44 0.44 0.07 0 0.73 0.72
Hex EC 85 85 0 2C 2C 7 0 49 48
Octal 354 205 205 0 54 54 7 0 111 110
Binary 11101100 10000101 10000101 0 101100 101100 111 0 1001001 1001000

Color Harmonies of #EC8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8585

Black with #EC8585

Text Example


Text Example

White with #EC8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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