Html Css Color HEX #E66979 Froly

📋 copy color: '#E66979'

red 230 ◦ green 105 ◦ blue 121

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

Shades of Froly #E66979

Tints of Froly #E66979

RGB

 RED value IS 230 (90.23% from 255) = 50.44%

 GREEN value IS 105 (41.41% from 255) = 23.03%

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

R = 50.44%
G = 23.03%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66979 (or 0xE66979) is known color: Froly. HEX triplet: E6, 69 and 79. RGB value is (230,105,121). Sum of RGB (Red+Green+Blue) = 230+105+121=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E66979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66979 is #199686. Grayscale: #909090. Windows color (decimal): -1676935 or 7956966. OLE color: 7956966.

HSL color Cylindrical-coordinate representation of color #E66979: hue angle of 352.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66979 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 121 -
CMYK 0 0.54 0.47 0.10
HSL 352.32º 0.71% 0.66% -
HSV(B) 352.32º 0.54% 0.9% -
XYZ 41.14 28.31 21.38 -
YUV 144.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 230 105 121 0 0.54 0.47 0.10 352.32 0.71 0.66
Hex E6 69 79 0 36 2F A 160 47 42
Octal 346 151 171 0 66 57 12 540 107 102
Binary 11100110 1101001 1111001 0 110110 101111 1010 101100000 1000111 1000010

Color Harmonies of #E66979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66979

Black with #E66979

Text Example


Text Example

White with #E66979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66979; }

 p { color: rgb(230,105,121); }

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

background-color css

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

 a { background-color: rgb(230,105,121); }

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

border-color css

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

 span { border-color: rgb(230,105,121); }

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