Html Css Color HEX #EB827E Light Coral

📋 copy color: '#EB827E'

red 235 ◦ green 130 ◦ blue 126

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

Shades of Light Coral #EB827E

Tints of Light Coral #EB827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 47.86%
G = 26.48%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB827E (or 0xEB827E) is known color: Light Coral. HEX triplet: EB, 82 and 7E. RGB value is (235,130,126). Sum of RGB (Red+Green+Blue) = 235+130+126=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB827E is #147D81. Grayscale: #A1A1A1. Windows color (decimal): -1342850 or 8291051. OLE color: 8291051.

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

Color convert

RGB 235 130 126 -
CMYK 0 0.45 0.46 0.08
HSL 2.2º 0.73% 0.71% -
HSV(B) 2.2º 0.46% 0.92% -
XYZ 46.01 35.13 24.1 -
YUV 160.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 235 130 126 0 0.45 0.46 0.08 2.2 0.73 0.71
Hex EB 82 7E 0 2D 2E 8 2 49 47
Octal 353 202 176 0 55 56 10 2 111 107
Binary 11101011 10000010 1111110 0 101101 101110 1000 10 1001001 1000111

Color Harmonies of #EB827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB827E

Black with #EB827E

Text Example


Text Example

White with #EB827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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