Html Css Color HEX #E97080 Froly

📋 copy color: '#E97080'

red 233 ◦ green 112 ◦ blue 128

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

Shades of Froly #E97080

Tints of Froly #E97080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

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

R = 49.26%
G = 23.68%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E97080 (or 0xE97080) is known color: Froly. HEX triplet: E9, 70 and 80. RGB value is (233,112,128). Sum of RGB (Red+Green+Blue) = 233+112+128=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E97080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97080 is #168F7F. Grayscale: #969696. Windows color (decimal): -1478528 or 8417513. OLE color: 8417513.

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

Color convert

RGB 233 112 128 -
CMYK 0 0.52 0.45 0.09
HSL 352.07º 0.73% 0.68% -
HSV(B) 352.07º 0.52% 0.91% -
XYZ 43.29 30.47 24.02 -
YUV 150 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 233 112 128 0 0.52 0.45 0.09 352.07 0.73 0.68
Hex E9 70 80 0 34 2D 9 160 49 44
Octal 351 160 200 0 64 55 11 540 111 104
Binary 11101001 1110000 10000000 0 110100 101101 1001 101100000 1001001 1000100

Color Harmonies of #E97080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97080

Black with #E97080

Text Example


Text Example

White with #E97080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97080; }

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

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

background-color css

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

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

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

border-color css

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

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

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