Html Css Color HEX #E68282 Light Coral

📋 copy color: '#E68282'

red 230 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #E68282

Tints of Light Coral #E68282

RGB

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

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

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

R = 46.94%
G = 26.53%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E68282 (or 0xE68282) is known color: Light Coral. HEX triplet: E6, 82 and 82. RGB value is (230,130,130). Sum of RGB (Red+Green+Blue) = 230+130+130=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E68282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68282 is #197D7D. Grayscale: #A0A0A0. Windows color (decimal): -1670526 or 8553190. OLE color: 8553190.

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

Color convert

RGB 230 130 130 -
CMYK 0 0.43 0.43 0.10
HSL 0.67% 0.71% -
HSV(B) 0.43% 0.9% -
XYZ 44.65 34.4 25.41 -
YUV 159.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 230 130 130 0 0.43 0.43 0.10 0 0.67 0.71
Hex E6 82 82 0 2B 2B A 0 43 47
Octal 346 202 202 0 53 53 12 0 103 107
Binary 11100110 10000010 10000010 0 101011 101011 1010 0 1000011 1000111

Color Harmonies of #E68282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68282

Black with #E68282

Text Example


Text Example

White with #E68282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68282; }

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

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

background-color css

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

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

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

border-color css

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

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

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