Html Css Color HEX #E0747D Froly

📋 copy color: '#E0747D'

red 224 ◦ green 116 ◦ blue 125

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

Shades of Froly #E0747D

Tints of Froly #E0747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 48.17%
G = 24.95%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0747D (or 0xE0747D) is known color: Froly. HEX triplet: E0, 74 and 7D. RGB value is (224,116,125). Sum of RGB (Red+Green+Blue) = 224+116+125=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747D is #1F8B82. Grayscale: #959595. Windows color (decimal): -2067331 or 8221920. OLE color: 8221920.

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

Color convert

RGB 224 116 125 -
CMYK 0 0.48 0.44 0.12
HSL 355º 0.64% 0.67% -
HSV(B) 355º 0.48% 0.88% -
XYZ 40.69 29.82 23.01 -
YUV 149.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 224 116 125 0 0.48 0.44 0.12 355 0.64 0.67
Hex E0 74 7D 0 30 2C C 163 40 43
Octal 340 164 175 0 60 54 14 543 100 103
Binary 11100000 1110100 1111101 0 110000 101100 1100 101100011 1000000 1000011

Color Harmonies of #E0747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0747D

Black with #E0747D

Text Example


Text Example

White with #E0747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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