Html Css Color HEX #E97980 Froly

📋 copy color: '#E97980'

red 233 ◦ green 121 ◦ blue 128

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

Shades of Froly #E97980

Tints of Froly #E97980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

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

R = 48.34%
G = 25.1%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E97980 (or 0xE97980) is known color: Froly. HEX triplet: E9, 79 and 80. RGB value is (233,121,128). Sum of RGB (Red+Green+Blue) = 233+121+128=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E97980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97980 is #16867F. Grayscale: #9B9B9B. Windows color (decimal): -1476224 or 8419817. OLE color: 8419817.

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

Color convert

RGB 233 121 128 -
CMYK 0 0.48 0.45 0.09
HSL 356.25º 0.72% 0.69% -
HSV(B) 356.25º 0.48% 0.91% -
XYZ 44.34 32.56 24.37 -
YUV 155.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 233 121 128 0 0.48 0.45 0.09 356.25 0.72 0.69
Hex E9 79 80 0 30 2D 9 164 48 45
Octal 351 171 200 0 60 55 11 544 110 105
Binary 11101001 1111001 10000000 0 110000 101101 1001 101100100 1001000 1000101

Color Harmonies of #E97980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97980

Black with #E97980

Text Example


Text Example

White with #E97980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97980; }

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

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

background-color css

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

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

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

border-color css

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

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

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