Html Css Color HEX #E0697C Froly

📋 copy color: '#E0697C'

red 224 ◦ green 105 ◦ blue 124

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

Shades of Froly #E0697C

Tints of Froly #E0697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 49.45%
G = 23.18%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0697C (or 0xE0697C) is known color: Froly. HEX triplet: E0, 69 and 7C. RGB value is (224,105,124). Sum of RGB (Red+Green+Blue) = 224+105+124=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0697C is #1F9683. Grayscale: #8E8E8E. Windows color (decimal): -2070148 or 8153568. OLE color: 8153568.

HSL color Cylindrical-coordinate representation of color #E0697C: hue angle of 350.42º 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 #E0697C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 124 -
CMYK 0 0.53 0.45 0.12
HSL 350.42º 0.66% 0.65% -
HSV(B) 350.42º 0.53% 0.88% -
XYZ 39.43 27.41 22.28 -
YUV 142.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 224 105 124 0 0.53 0.45 0.12 350.42 0.66 0.65
Hex E0 69 7C 0 35 2D C 15E 42 41
Octal 340 151 174 0 65 55 14 536 102 101
Binary 11100000 1101001 1111100 0 110101 101101 1100 101011110 1000010 1000001

Color Harmonies of #E0697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0697C

Black with #E0697C

Text Example


Text Example

White with #E0697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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