Html Css Color HEX #E88082 Froly

📋 copy color: '#E88082'

red 232 ◦ green 128 ◦ blue 130

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

Shades of Froly #E88082

Tints of Froly #E88082

RGB

 RED value IS 232 (91.02% from 255) = 47.35%

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

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

R = 47.35%
G = 26.12%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E88082 (or 0xE88082) is known color: Froly. HEX triplet: E8, 80 and 82. RGB value is (232,128,130). Sum of RGB (Red+Green+Blue) = 232+128+130=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E88082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88082 is #177F7D. Grayscale: #9F9F9F. Windows color (decimal): -1539966 or 8552680. OLE color: 8552680.

HSL color Cylindrical-coordinate representation of color #E88082: hue angle of 358.85º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88082 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 130 -
CMYK 0 0.45 0.44 0.09
HSL 358.85º 0.69% 0.71% -
HSV(B) 358.85º 0.45% 0.91% -
XYZ 45.03 34.21 25.35 -
YUV 159.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 232 128 130 0 0.45 0.44 0.09 358.85 0.69 0.71
Hex E8 80 82 0 2D 2C 9 167 45 47
Octal 350 200 202 0 55 54 11 547 105 107
Binary 11101000 10000000 10000010 0 101101 101100 1001 101100111 1000101 1000111

Color Harmonies of #E88082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88082

Black with #E88082

Text Example


Text Example

White with #E88082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88082; }

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

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

background-color css

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

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

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

border-color css

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

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

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