Html Css Color HEX #EB807C Light Coral

📋 copy color: '#EB807C'

red 235 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #EB807C

Tints of Light Coral #EB807C

RGB

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

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

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

R = 48.25%
G = 26.28%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB807C (or 0xEB807C) is known color: Light Coral. HEX triplet: EB, 80 and 7C. RGB value is (235,128,124). Sum of RGB (Red+Green+Blue) = 235+128+124=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB807C is #147F83. Grayscale: #9F9F9F. Windows color (decimal): -1343364 or 8159467. OLE color: 8159467.

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

Color convert

RGB 235 128 124 -
CMYK 0 0.46 0.47 0.08
HSL 2.16º 0.74% 0.7% -
HSV(B) 2.16º 0.47% 0.92% -
XYZ 45.62 34.56 23.33 -
YUV 159.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 235 128 124 0 0.46 0.47 0.08 2.16 0.74 0.7
Hex EB 80 7C 0 2E 2F 8 2 4A 46
Octal 353 200 174 0 56 57 10 2 112 106
Binary 11101011 10000000 1111100 0 101110 101111 1000 10 1001010 1000110

Color Harmonies of #EB807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB807C

Black with #EB807C

Text Example


Text Example

White with #EB807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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