Html Css Color HEX #EF8182 Froly

📋 copy color: '#EF8182'

red 239 ◦ green 129 ◦ blue 130

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

Shades of Froly #EF8182

Tints of Froly #EF8182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

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

R = 47.99%
G = 25.9%
B = 26.1%

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

#EF8182 (or 0xEF8182) is known color: Froly. HEX triplet: EF, 81 and 82. RGB value is (239,129,130). Sum of RGB (Red+Green+Blue) = 239+129+130=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8182 is #107E7D. Grayscale: #A2A2A2. Windows color (decimal): -1080958 or 8552943. OLE color: 8552943.

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

Color convert

RGB 239 129 130 -
CMYK 0 0.46 0.46 0.06
HSL 359.45º 0.77% 0.72% -
HSV(B) 359.45º 0.46% 0.94% -
XYZ 47.48 35.66 25.5 -
YUV 162 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 239 129 130 0 0.46 0.46 0.06 359.45 0.77 0.72
Hex EF 81 82 0 2E 2E 6 167 4D 48
Octal 357 201 202 0 56 56 6 547 115 110
Binary 11101111 10000001 10000010 0 101110 101110 110 101100111 1001101 1001000

Color Harmonies of #EF8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8182

Black with #EF8182

Text Example


Text Example

White with #EF8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8182; }

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

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

background-color css

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

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

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

border-color css

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

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

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