Html Css Color HEX #E0697A Froly

📋 copy color: '#E0697A'

red 224 ◦ green 105 ◦ blue 122

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

Shades of Froly #E0697A

Tints of Froly #E0697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.05%

R = 49.67%
G = 23.28%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0697A (or 0xE0697A) is known color: Froly. HEX triplet: E0, 69 and 7A. RGB value is (224,105,122). Sum of RGB (Red+Green+Blue) = 224+105+122=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0697A is #1F9685. Grayscale: #8E8E8E. Windows color (decimal): -2070150 or 8022496. OLE color: 8022496.

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

Color convert

RGB 224 105 122 -
CMYK 0 0.53 0.46 0.12
HSL 351.43º 0.66% 0.65% -
HSV(B) 351.43º 0.53% 0.88% -
XYZ 39.3 27.36 21.62 -
YUV 142.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 224 105 122 0 0.53 0.46 0.12 351.43 0.66 0.65
Hex E0 69 7A 0 35 2E C 15F 42 41
Octal 340 151 172 0 65 56 14 537 102 101
Binary 11100000 1101001 1111010 0 110101 101110 1100 101011111 1000010 1000001

Color Harmonies of #E0697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0697A

Black with #E0697A

Text Example


Text Example

White with #E0697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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