Html Css Color HEX #E96779 Froly

📋 copy color: '#E96779'

red 233 ◦ green 103 ◦ blue 121

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

Shades of Froly #E96779

Tints of Froly #E96779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.54%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 50.98%
G = 22.54%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E96779 (or 0xE96779) is known color: Froly. HEX triplet: E9, 67 and 79. RGB value is (233,103,121). Sum of RGB (Red+Green+Blue) = 233+103+121=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E96779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96779 is #169886. Grayscale: #8F8F8F. Windows color (decimal): -1480839 or 7956457. OLE color: 7956457.

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

Color convert

RGB 233 103 121 -
CMYK 0 0.56 0.48 0.09
HSL 351.69º 0.75% 0.66% -
HSV(B) 351.69º 0.56% 0.91% -
XYZ 41.91 28.4 21.36 -
YUV 143.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 233 103 121 0 0.56 0.48 0.09 351.69 0.75 0.66
Hex E9 67 79 0 38 30 9 160 4B 42
Octal 351 147 171 0 70 60 11 540 113 102
Binary 11101001 1100111 1111001 0 111000 110000 1001 101100000 1001011 1000010

Color Harmonies of #E96779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96779

Black with #E96779

Text Example


Text Example

White with #E96779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96779; }

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

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

background-color css

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

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

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

border-color css

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

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

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