Html Css Color HEX #E0747A Froly

📋 copy color: '#E0747A'

red 224 ◦ green 116 ◦ blue 122

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

Shades of Froly #E0747A

Tints of Froly #E0747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

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

R = 48.48%
G = 25.11%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0747A (or 0xE0747A) is known color: Froly. HEX triplet: E0, 74 and 7A. RGB value is (224,116,122). Sum of RGB (Red+Green+Blue) = 224+116+122=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747A is #1F8B85. Grayscale: #959595. Windows color (decimal): -2067334 or 8025312. OLE color: 8025312.

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

Color convert

RGB 224 116 122 -
CMYK 0 0.48 0.46 0.12
HSL 356.67º 0.64% 0.67% -
HSV(B) 356.67º 0.48% 0.88% -
XYZ 40.5 29.74 22.02 -
YUV 148.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 224 116 122 0 0.48 0.46 0.12 356.67 0.64 0.67
Hex E0 74 7A 0 30 2E C 165 40 43
Octal 340 164 172 0 60 56 14 545 100 103
Binary 11100000 1110100 1111010 0 110000 101110 1100 101100101 1000000 1000011

Color Harmonies of #E0747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0747A

Black with #E0747A

Text Example


Text Example

White with #E0747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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