Html Css Color HEX #E68280 Light Coral

📋 copy color: '#E68280'

red 230 ◦ green 130 ◦ blue 128

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

Shades of Light Coral #E68280

Tints of Light Coral #E68280

RGB

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

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

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

R = 47.13%
G = 26.64%
B = 26.23%

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

#E68280 (or 0xE68280) is known color: Light Coral. HEX triplet: E6, 82 and 80. RGB value is (230,130,128). Sum of RGB (Red+Green+Blue) = 230+130+128=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68280 is #197D7F. Grayscale: #9F9F9F. Windows color (decimal): -1670528 or 8422118. OLE color: 8422118.

HSL color Cylindrical-coordinate representation of color #E68280: hue angle of 1.18º 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 #E68280 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 128 -
CMYK 0 0.43 0.44 0.10
HSL 1.18º 0.67% 0.7% -
HSV(B) 1.18º 0.44% 0.9% -
XYZ 44.51 34.35 24.71 -
YUV 159.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 230 130 128 0 0.43 0.44 0.10 1.18 0.67 0.7
Hex E6 82 80 0 2B 2C A 1 43 46
Octal 346 202 200 0 53 54 12 1 103 106
Binary 11100110 10000010 10000000 0 101011 101100 1010 1 1000011 1000110

Color Harmonies of #E68280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68280

Black with #E68280

Text Example


Text Example

White with #E68280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68280; }

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

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

background-color css

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

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

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

border-color css

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

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

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