Html Css Color HEX #EF8382 Light Coral

📋 copy color: '#EF8382'

red 239 ◦ green 131 ◦ blue 130

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

Shades of Light Coral #EF8382

Tints of Light Coral #EF8382

RGB

 RED value IS 239 (93.75% from 255) = 47.8%

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

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

R = 47.8%
G = 26.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8382 (or 0xEF8382) is known color: Light Coral. HEX triplet: EF, 83 and 82. RGB value is (239,131,130). Sum of RGB (Red+Green+Blue) = 239+131+130=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8382 is #107C7D. Grayscale: #A3A3A3. Windows color (decimal): -1080446 or 8553455. OLE color: 8553455.

HSL color Cylindrical-coordinate representation of color #EF8382: hue angle of 0.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8382 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 130 -
CMYK 0 0.45 0.46 0.06
HSL 0.55º 0.77% 0.72% -
HSV(B) 0.55º 0.46% 0.94% -
XYZ 47.74 36.2 25.59 -
YUV 163.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 239 131 130 0 0.45 0.46 0.06 0.55 0.77 0.72
Hex EF 83 82 0 2D 2E 6 1 4D 48
Octal 357 203 202 0 55 56 6 1 115 110
Binary 11101111 10000011 10000010 0 101101 101110 110 1 1001101 1001000

Color Harmonies of #EF8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8382

Black with #EF8382

Text Example


Text Example

White with #EF8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8382; }

 p { color: rgb(239,131,130); }

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

background-color css

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

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

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

border-color css

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

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

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