Html Css Color HEX #E96679 Froly

📋 copy color: '#E96679'

red 233 ◦ green 102 ◦ blue 121

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

Shades of Froly #E96679

Tints of Froly #E96679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

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

R = 51.1%
G = 22.37%
B = 26.54%

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

#E96679 (or 0xE96679) is known color: Froly. HEX triplet: E9, 66 and 79. RGB value is (233,102,121). Sum of RGB (Red+Green+Blue) = 233+102+121=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E96679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96679 is #169986. Grayscale: #8F8F8F. Windows color (decimal): -1481095 or 7956201. OLE color: 7956201.

HSL color Cylindrical-coordinate representation of color #E96679: hue angle of 351.3º 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 #E96679 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 102 121 -
CMYK 0 0.56 0.48 0.09
HSL 351.3º 0.75% 0.66% -
HSV(B) 351.3º 0.56% 0.91% -
XYZ 41.81 28.21 21.33 -
YUV 143.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 233 102 121 0 0.56 0.48 0.09 351.3 0.75 0.66
Hex E9 66 79 0 38 30 9 15F 4B 42
Octal 351 146 171 0 70 60 11 537 113 102
Binary 11101001 1100110 1111001 0 111000 110000 1001 101011111 1001011 1000010

Color Harmonies of #E96679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96679

Black with #E96679

Text Example


Text Example

White with #E96679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96679; }

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

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

background-color css

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

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

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

border-color css

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

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

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