Html Css Color HEX #EA8581 Light Coral

📋 copy color: '#EA8581'

red 234 ◦ green 133 ◦ blue 129

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

Shades of Light Coral #EA8581

Tints of Light Coral #EA8581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.81%

 BLUE value IS 129 (50.78% from 255) = 26.01%

R = 47.18%
G = 26.81%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA8581 (or 0xEA8581) is known color: Light Coral. HEX triplet: EA, 85 and 81. RGB value is (234,133,129). Sum of RGB (Red+Green+Blue) = 234+133+129=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8581 is #157A7E. Grayscale: #A2A2A2. Windows color (decimal): -1407615 or 8488426. OLE color: 8488426.

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

Color convert

RGB 234 133 129 -
CMYK 0 0.43 0.45 0.08
HSL 2.29º 0.71% 0.71% -
HSV(B) 2.29º 0.45% 0.92% -
XYZ 46.28 35.85 25.25 -
YUV 162.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 234 133 129 0 0.43 0.45 0.08 2.29 0.71 0.71
Hex EA 85 81 0 2B 2D 8 2 47 47
Octal 352 205 201 0 53 55 10 2 107 107
Binary 11101010 10000101 10000001 0 101011 101101 1000 10 1000111 1000111

Color Harmonies of #EA8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8581

Black with #EA8581

Text Example


Text Example

White with #EA8581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8581; }

 p { color: rgb(234,133,129); }

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

background-color css

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

 a { background-color: rgb(234,133,129); }

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

border-color css

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

 span { border-color: rgb(234,133,129); }

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