Html Css Color HEX #E0676F Froly

📋 copy color: '#E0676F'

red 224 ◦ green 103 ◦ blue 111

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

Shades of Froly #E0676F

Tints of Froly #E0676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.52%

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 51.14%
G = 23.52%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0676F (or 0xE0676F) is known color: Froly. HEX triplet: E0, 67 and 6F. RGB value is (224,103,111). Sum of RGB (Red+Green+Blue) = 224+103+111=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0676F is #1F9890. Grayscale: #8C8C8C. Windows color (decimal): -2070673 or 7301088. OLE color: 7301088.

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

Color convert

RGB 224 103 111 -
CMYK 0 0.54 0.50 0.12
HSL 356.03º 0.66% 0.64% -
HSV(B) 356.03º 0.54% 0.88% -
XYZ 38.46 26.7 18.16 -
YUV 140.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 224 103 111 0 0.54 0.50 0.12 356.03 0.66 0.64
Hex E0 67 6F 0 36 32 C 164 42 40
Octal 340 147 157 0 66 62 14 544 102 100
Binary 11100000 1100111 1101111 0 110110 110010 1100 101100100 1000010 1000000

Color Harmonies of #E0676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0676F

Black with #E0676F

Text Example


Text Example

White with #E0676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0676F; }

 p { color: rgb(224,103,111); }

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

background-color css

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

 a { background-color: rgb(224,103,111); }

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

border-color css

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

 span { border-color: rgb(224,103,111); }

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