Html Css Color HEX #EA827B Light Coral

📋 copy color: '#EA827B'

red 234 ◦ green 130 ◦ blue 123

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

Shades of Light Coral #EA827B

Tints of Light Coral #EA827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 48.05%
G = 26.69%
B = 25.26%

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

#EA827B (or 0xEA827B) is known color: Light Coral. HEX triplet: EA, 82 and 7B. RGB value is (234,130,123). Sum of RGB (Red+Green+Blue) = 234+130+123=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA827B is #157D84. Grayscale: #A0A0A0. Windows color (decimal): -1408389 or 8094442. OLE color: 8094442.

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

Color convert

RGB 234 130 123 -
CMYK 0 0.44 0.47 0.08
HSL 3.78º 0.73% 0.7% -
HSV(B) 3.78º 0.47% 0.92% -
XYZ 45.49 34.89 23.08 -
YUV 160.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 234 130 123 0 0.44 0.47 0.08 3.78 0.73 0.7
Hex EA 82 7B 0 2C 2F 8 4 49 46
Octal 352 202 173 0 54 57 10 4 111 106
Binary 11101010 10000010 1111011 0 101100 101111 1000 100 1001001 1000110

Color Harmonies of #EA827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA827B

Black with #EA827B

Text Example


Text Example

White with #EA827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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