Html Css Color HEX #E07379 Froly

📋 copy color: '#E07379'

red 224 ◦ green 115 ◦ blue 121

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

Shades of Froly #E07379

Tints of Froly #E07379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25%

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

R = 48.7%
G = 25%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07379 (or 0xE07379) is known color: Froly. HEX triplet: E0, 73 and 79. RGB value is (224,115,121). Sum of RGB (Red+Green+Blue) = 224+115+121=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07379 is #1F8C86. Grayscale: #949494. Windows color (decimal): -2067591 or 7959520. OLE color: 7959520.

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

Color convert

RGB 224 115 121 -
CMYK 0 0.49 0.46 0.12
HSL 356.7º 0.64% 0.66% -
HSV(B) 356.7º 0.49% 0.88% -
XYZ 40.32 29.49 21.66 -
YUV 148.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 224 115 121 0 0.49 0.46 0.12 356.7 0.64 0.66
Hex E0 73 79 0 31 2E C 165 40 42
Octal 340 163 171 0 61 56 14 545 100 102
Binary 11100000 1110011 1111001 0 110001 101110 1100 101100101 1000000 1000010

Color Harmonies of #E07379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07379

Black with #E07379

Text Example


Text Example

White with #E07379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07379; }

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

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

background-color css

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

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

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

border-color css

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

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

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