Html Css Color HEX #E97D80 Froly

📋 copy color: '#E97D80'

red 233 ◦ green 125 ◦ blue 128

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

Shades of Froly #E97D80

Tints of Froly #E97D80

RGB

 RED value IS 233 (91.41% from 255) = 47.94%

 GREEN value IS 125 (49.22% from 255) = 25.72%

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

R = 47.94%
G = 25.72%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E97D80 (or 0xE97D80) is known color: Froly. HEX triplet: E9, 7D and 80. RGB value is (233,125,128). Sum of RGB (Red+Green+Blue) = 233+125+128=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D80 is #16827F. Grayscale: #9D9D9D. Windows color (decimal): -1475200 or 8420841. OLE color: 8420841.

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

Color convert

RGB 233 125 128 -
CMYK 0 0.46 0.45 0.09
HSL 358.33º 0.71% 0.7% -
HSV(B) 358.33º 0.46% 0.91% -
XYZ 44.83 33.55 24.53 -
YUV 157.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 233 125 128 0 0.46 0.45 0.09 358.33 0.71 0.7
Hex E9 7D 80 0 2E 2D 9 166 47 46
Octal 351 175 200 0 56 55 11 546 107 106
Binary 11101001 1111101 10000000 0 101110 101101 1001 101100110 1000111 1000110

Color Harmonies of #E97D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97D80

Black with #E97D80

Text Example


Text Example

White with #E97D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97D80; }

 p { color: rgb(233,125,128); }

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

background-color css

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

 a { background-color: rgb(233,125,128); }

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

border-color css

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

 span { border-color: rgb(233,125,128); }

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