Html Css Color HEX #E0747E Froly

📋 copy color: '#E0747E'

red 224 ◦ green 116 ◦ blue 126

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

Shades of Froly #E0747E

Tints of Froly #E0747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 48.07%
G = 24.89%
B = 27.04%

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

#E0747E (or 0xE0747E) is known color: Froly. HEX triplet: E0, 74 and 7E. RGB value is (224,116,126). Sum of RGB (Red+Green+Blue) = 224+116+126=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747E is #1F8B81. Grayscale: #959595. Windows color (decimal): -2067330 or 8287456. OLE color: 8287456.

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

Color convert

RGB 224 116 126 -
CMYK 0 0.48 0.44 0.12
HSL 354.44º 0.64% 0.67% -
HSV(B) 354.44º 0.48% 0.88% -
XYZ 40.75 29.84 23.35 -
YUV 149.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 224 116 126 0 0.48 0.44 0.12 354.44 0.64 0.67
Hex E0 74 7E 0 30 2C C 162 40 43
Octal 340 164 176 0 60 54 14 542 100 103
Binary 11100000 1110100 1111110 0 110000 101100 1100 101100010 1000000 1000011

Color Harmonies of #E0747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0747E

Black with #E0747E

Text Example


Text Example

White with #E0747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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