Html Css Color HEX #EB827C Light Coral

📋 copy color: '#EB827C'

red 235 ◦ green 130 ◦ blue 124

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

Shades of Light Coral #EB827C

Tints of Light Coral #EB827C

RGB

 RED value IS 235 (92.19% from 255) = 48.06%

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 48.06%
G = 26.58%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB827C (or 0xEB827C) is known color: Light Coral. HEX triplet: EB, 82 and 7C. RGB value is (235,130,124). Sum of RGB (Red+Green+Blue) = 235+130+124=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB827C is #147D83. Grayscale: #A0A0A0. Windows color (decimal): -1342852 or 8159979. OLE color: 8159979.

HSL color Cylindrical-coordinate representation of color #EB827C: hue angle of 3.24º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB827C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 124 -
CMYK 0 0.45 0.47 0.08
HSL 3.24º 0.74% 0.7% -
HSV(B) 3.24º 0.47% 0.92% -
XYZ 45.88 35.08 23.42 -
YUV 160.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 235 130 124 0 0.45 0.47 0.08 3.24 0.74 0.7
Hex EB 82 7C 0 2D 2F 8 3 4A 46
Octal 353 202 174 0 55 57 10 3 112 106
Binary 11101011 10000010 1111100 0 101101 101111 1000 11 1001010 1000110

Color Harmonies of #EB827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB827C

Black with #EB827C

Text Example


Text Example

White with #EB827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB827C; }

 p { color: rgb(235,130,124); }

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

background-color css

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

 a { background-color: rgb(235,130,124); }

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

border-color css

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

 span { border-color: rgb(235,130,124); }

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