Html Css Color HEX #EC867D Light Coral

📋 copy color: '#EC867D'

red 236 ◦ green 134 ◦ blue 125

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

Shades of Light Coral #EC867D

Tints of Light Coral #EC867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 47.68%
G = 27.07%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC867D (or 0xEC867D) is known color: Light Coral. HEX triplet: EC, 86 and 7D. RGB value is (236,134,125). Sum of RGB (Red+Green+Blue) = 236+134+125=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC867D is #137982. Grayscale: #A3A3A3. Windows color (decimal): -1276291 or 8226540. OLE color: 8226540.

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

Color convert

RGB 236 134 125 -
CMYK 0 0.43 0.47 0.07
HSL 4.86º 0.74% 0.71% -
HSV(B) 4.86º 0.47% 0.93% -
XYZ 46.82 36.36 23.95 -
YUV 163.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 236 134 125 0 0.43 0.47 0.07 4.86 0.74 0.71
Hex EC 86 7D 0 2B 2F 7 5 4A 47
Octal 354 206 175 0 53 57 7 5 112 107
Binary 11101100 10000110 1111101 0 101011 101111 111 101 1001010 1000111

Color Harmonies of #EC867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC867D

Black with #EC867D

Text Example


Text Example

White with #EC867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC867D; }

 p { color: rgb(236,134,125); }

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

background-color css

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

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

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

border-color css

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

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

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