Html Css Color HEX #E0687A Froly

📋 copy color: '#E0687A'

red 224 ◦ green 104 ◦ blue 122

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

Shades of Froly #E0687A

Tints of Froly #E0687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.11%

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

R = 49.78%
G = 23.11%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0687A (or 0xE0687A) is known color: Froly. HEX triplet: E0, 68 and 7A. RGB value is (224,104,122). Sum of RGB (Red+Green+Blue) = 224+104+122=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0687A is #1F9785. Grayscale: #8D8D8D. Windows color (decimal): -2070406 or 8022240. OLE color: 8022240.

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

Color convert

RGB 224 104 122 -
CMYK 0 0.54 0.46 0.12
HSL 351º 0.66% 0.64% -
HSV(B) 351º 0.54% 0.88% -
XYZ 39.2 27.15 21.59 -
YUV 141.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 224 104 122 0 0.54 0.46 0.12 351 0.66 0.64
Hex E0 68 7A 0 36 2E C 15F 42 40
Octal 340 150 172 0 66 56 14 537 102 100
Binary 11100000 1101000 1111010 0 110110 101110 1100 101011111 1000010 1000000

Color Harmonies of #E0687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0687A

Black with #E0687A

Text Example


Text Example

White with #E0687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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