Html Css Color HEX #E07679 Froly

📋 copy color: '#E07679'

red 224 ◦ green 118 ◦ blue 121

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

Shades of Froly #E07679

Tints of Froly #E07679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 48.38%
G = 25.49%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07679 (or 0xE07679) is known color: Froly. HEX triplet: E0, 76 and 79. RGB value is (224,118,121). Sum of RGB (Red+Green+Blue) = 224+118+121=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E07679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07679 is #1F8986. Grayscale: #969696. Windows color (decimal): -2066823 or 7960288. OLE color: 7960288.

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

Color convert

RGB 224 118 121 -
CMYK 0 0.47 0.46 0.12
HSL 358.3º 0.63% 0.67% -
HSV(B) 358.3º 0.47% 0.88% -
XYZ 40.67 30.18 21.77 -
YUV 150.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 224 118 121 0 0.47 0.46 0.12 358.3 0.63 0.67
Hex E0 76 79 0 2F 2E C 166 3F 43
Octal 340 166 171 0 57 56 14 546 77 103
Binary 11100000 1110110 1111001 0 101111 101110 1100 101100110 111111 1000011

Color Harmonies of #E07679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07679

Black with #E07679

Text Example


Text Example

White with #E07679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07679; }

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

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

background-color css

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

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

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

border-color css

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

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

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