Html Css Color HEX #EF8082 Froly

📋 copy color: '#EF8082'

red 239 ◦ green 128 ◦ blue 130

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

Shades of Froly #EF8082

Tints of Froly #EF8082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

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

R = 48.09%
G = 25.75%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8082 (or 0xEF8082) is known color: Froly. HEX triplet: EF, 80 and 82. RGB value is (239,128,130). Sum of RGB (Red+Green+Blue) = 239+128+130=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8082 is #107F7D. Grayscale: #A1A1A1. Windows color (decimal): -1081214 or 8552687. OLE color: 8552687.

HSL color Cylindrical-coordinate representation of color #EF8082: hue angle of 358.92º degrees, saturation: 0.78, 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 #EF8082 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 130 -
CMYK 0 0.46 0.46 0.06
HSL 358.92º 0.78% 0.72% -
HSV(B) 358.92º 0.46% 0.94% -
XYZ 47.35 35.4 25.46 -
YUV 161.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 239 128 130 0 0.46 0.46 0.06 358.92 0.78 0.72
Hex EF 80 82 0 2E 2E 6 167 4E 48
Octal 357 200 202 0 56 56 6 547 116 110
Binary 11101111 10000000 10000010 0 101110 101110 110 101100111 1001110 1001000

Color Harmonies of #EF8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8082

Black with #EF8082

Text Example


Text Example

White with #EF8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8082; }

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

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

background-color css

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

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

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

border-color css

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

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

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