Html Css Color HEX #E68380 Light Coral

📋 copy color: '#E68380'

red 230 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #E68380

Tints of Light Coral #E68380

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 47.03%
G = 26.79%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E68380 (or 0xE68380) is known color: Light Coral. HEX triplet: E6, 83 and 80. RGB value is (230,131,128). Sum of RGB (Red+Green+Blue) = 230+131+128=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E68380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68380 is #197C7F. Grayscale: #A0A0A0. Windows color (decimal): -1670272 or 8422374. OLE color: 8422374.

HSL color Cylindrical-coordinate representation of color #E68380: hue angle of 1.76º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68380 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 131 128 -
CMYK 0 0.43 0.44 0.10
HSL 1.76º 0.67% 0.7% -
HSV(B) 1.76º 0.44% 0.9% -
XYZ 44.65 34.61 24.75 -
YUV 160.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 230 131 128 0 0.43 0.44 0.10 1.76 0.67 0.7
Hex E6 83 80 0 2B 2C A 2 43 46
Octal 346 203 200 0 53 54 12 2 103 106
Binary 11100110 10000011 10000000 0 101011 101100 1010 10 1000011 1000110

Color Harmonies of #E68380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68380

Black with #E68380

Text Example


Text Example

White with #E68380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68380; }

 p { color: rgb(230,131,128); }

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

background-color css

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

 a { background-color: rgb(230,131,128); }

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

border-color css

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

 span { border-color: rgb(230,131,128); }

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