Html Css Color HEX #E06979 Froly

📋 copy color: '#E06979'

red 224 ◦ green 105 ◦ blue 121

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

Shades of Froly #E06979

Tints of Froly #E06979

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

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

R = 49.78%
G = 23.33%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E06979 (or 0xE06979) is known color: Froly. HEX triplet: E0, 69 and 79. RGB value is (224,105,121). Sum of RGB (Red+Green+Blue) = 224+105+121=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E06979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06979 is #1F9686. Grayscale: #8E8E8E. Windows color (decimal): -2070151 or 7956960. OLE color: 7956960.

HSL color Cylindrical-coordinate representation of color #E06979: hue angle of 351.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06979 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 121 -
CMYK 0 0.53 0.46 0.12
HSL 351.93º 0.66% 0.65% -
HSV(B) 351.93º 0.53% 0.88% -
XYZ 39.24 27.33 21.3 -
YUV 142.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 224 105 121 0 0.53 0.46 0.12 351.93 0.66 0.65
Hex E0 69 79 0 35 2E C 160 42 41
Octal 340 151 171 0 65 56 14 540 102 101
Binary 11100000 1101001 1111001 0 110101 101110 1100 101100000 1000010 1000001

Color Harmonies of #E06979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06979

Black with #E06979

Text Example


Text Example

White with #E06979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06979; }

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

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

background-color css

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

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

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

border-color css

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

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

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