Html Css Color HEX #EA8882 Light Coral

📋 copy color: '#EA8882'

red 234 ◦ green 136 ◦ blue 130

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

Shades of Light Coral #EA8882

Tints of Light Coral #EA8882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.2%

 BLUE value IS 130 (51.17% from 255) = 26%

R = 46.8%
G = 27.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8882 (or 0xEA8882) is known color: Light Coral. HEX triplet: EA, 88 and 82. RGB value is (234,136,130). Sum of RGB (Red+Green+Blue) = 234+136+130=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8882 is #15777D. Grayscale: #A4A4A4. Windows color (decimal): -1406846 or 8554730. OLE color: 8554730.

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

Color convert

RGB 234 136 130 -
CMYK 0 0.42 0.44 0.08
HSL 3.46º 0.71% 0.71% -
HSV(B) 3.46º 0.44% 0.92% -
XYZ 46.77 36.71 25.74 -
YUV 164.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 234 136 130 0 0.42 0.44 0.08 3.46 0.71 0.71
Hex EA 88 82 0 2A 2C 8 3 47 47
Octal 352 210 202 0 52 54 10 3 107 107
Binary 11101010 10001000 10000010 0 101010 101100 1000 11 1000111 1000111

Color Harmonies of #EA8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8882

Black with #EA8882

Text Example


Text Example

White with #EA8882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8882; }

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

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

background-color css

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

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

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

border-color css

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

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

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