Html Css Color HEX #EB827D Light Coral

📋 copy color: '#EB827D'

red 235 ◦ green 130 ◦ blue 125

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

Shades of Light Coral #EB827D

Tints of Light Coral #EB827D

RGB

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

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

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

R = 47.96%
G = 26.53%
B = 25.51%

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

#EB827D (or 0xEB827D) is known color: Light Coral. HEX triplet: EB, 82 and 7D. RGB value is (235,130,125). Sum of RGB (Red+Green+Blue) = 235+130+125=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB827D is #147D82. Grayscale: #A0A0A0. Windows color (decimal): -1342851 or 8225515. OLE color: 8225515.

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

Color convert

RGB 235 130 125 -
CMYK 0 0.45 0.47 0.08
HSL 2.73º 0.73% 0.71% -
HSV(B) 2.73º 0.47% 0.92% -
XYZ 45.95 35.11 23.76 -
YUV 160.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 235 130 125 0 0.45 0.47 0.08 2.73 0.73 0.71
Hex EB 82 7D 0 2D 2F 8 3 49 47
Octal 353 202 175 0 55 57 10 3 111 107
Binary 11101011 10000010 1111101 0 101101 101111 1000 11 1001001 1000111

Color Harmonies of #EB827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB827D

Black with #EB827D

Text Example


Text Example

White with #EB827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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