Html Css Color HEX #E0696E Froly

📋 copy color: '#E0696E'

red 224 ◦ green 105 ◦ blue 110

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

Shades of Froly #E0696E

Tints of Froly #E0696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 51.03%
G = 23.92%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0696E (or 0xE0696E) is known color: Froly. HEX triplet: E0, 69 and 6E. RGB value is (224,105,110). Sum of RGB (Red+Green+Blue) = 224+105+110=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696E is #1F9691. Grayscale: #8D8D8D. Windows color (decimal): -2070162 or 7236064. OLE color: 7236064.

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

Color convert

RGB 224 105 110 -
CMYK 0 0.53 0.51 0.12
HSL 357.48º 0.66% 0.65% -
HSV(B) 357.48º 0.53% 0.88% -
XYZ 38.61 27.08 17.94 -
YUV 141.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 224 105 110 0 0.53 0.51 0.12 357.48 0.66 0.65
Hex E0 69 6E 0 35 33 C 165 42 41
Octal 340 151 156 0 65 63 14 545 102 101
Binary 11100000 1101001 1101110 0 110101 110011 1100 101100101 1000010 1000001

Color Harmonies of #E0696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0696E

Black with #E0696E

Text Example


Text Example

White with #E0696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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