Html Css Color HEX #EA827C Light Coral

📋 copy color: '#EA827C'

red 234 ◦ green 130 ◦ blue 124

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

Shades of Light Coral #EA827C

Tints of Light Coral #EA827C

RGB

 RED value IS 234 (91.8% from 255) = 47.95%

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

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

R = 47.95%
G = 26.64%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA827C (or 0xEA827C) is known color: Light Coral. HEX triplet: EA, 82 and 7C. RGB value is (234,130,124). Sum of RGB (Red+Green+Blue) = 234+130+124=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA827C is #157D83. Grayscale: #A0A0A0. Windows color (decimal): -1408388 or 8159978. OLE color: 8159978.

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

Color convert

RGB 234 130 124 -
CMYK 0 0.44 0.47 0.08
HSL 3.27º 0.72% 0.7% -
HSV(B) 3.27º 0.47% 0.92% -
XYZ 45.55 34.91 23.41 -
YUV 160.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 234 130 124 0 0.44 0.47 0.08 3.27 0.72 0.7
Hex EA 82 7C 0 2C 2F 8 3 48 46
Octal 352 202 174 0 54 57 10 3 110 106
Binary 11101010 10000010 1111100 0 101100 101111 1000 11 1001000 1000110

Color Harmonies of #EA827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA827C

Black with #EA827C

Text Example


Text Example

White with #EA827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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