Html Css Color HEX #E87A80 Froly

📋 copy color: '#E87A80'

red 232 ◦ green 122 ◦ blue 128

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

Shades of Froly #E87A80

Tints of Froly #E87A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 48.13%
G = 25.31%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E87A80 (or 0xE87A80) is known color: Froly. HEX triplet: E8, 7A and 80. RGB value is (232,122,128). Sum of RGB (Red+Green+Blue) = 232+122+128=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87A80 is #17857F. Grayscale: #9B9B9B. Windows color (decimal): -1541504 or 8420072. OLE color: 8420072.

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

Color convert

RGB 232 122 128 -
CMYK 0 0.47 0.45 0.09
HSL 356.73º 0.71% 0.69% -
HSV(B) 356.73º 0.47% 0.91% -
XYZ 44.13 32.63 24.39 -
YUV 155.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 232 122 128 0 0.47 0.45 0.09 356.73 0.71 0.69
Hex E8 7A 80 0 2F 2D 9 165 47 45
Octal 350 172 200 0 57 55 11 545 107 105
Binary 11101000 1111010 10000000 0 101111 101101 1001 101100101 1000111 1000101

Color Harmonies of #E87A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87A80

Black with #E87A80

Text Example


Text Example

White with #E87A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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