Html Css Color HEX #E0747B Froly

📋 copy color: '#E0747B'

red 224 ◦ green 116 ◦ blue 123

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

Shades of Froly #E0747B

Tints of Froly #E0747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 48.38%
G = 25.05%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0747B (or 0xE0747B) is known color: Froly. HEX triplet: E0, 74 and 7B. RGB value is (224,116,123). Sum of RGB (Red+Green+Blue) = 224+116+123=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747B is #1F8B84. Grayscale: #959595. Windows color (decimal): -2067333 or 8090848. OLE color: 8090848.

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

Color convert

RGB 224 116 123 -
CMYK 0 0.48 0.45 0.12
HSL 356.11º 0.64% 0.67% -
HSV(B) 356.11º 0.48% 0.88% -
XYZ 40.56 29.77 22.35 -
YUV 149.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 224 116 123 0 0.48 0.45 0.12 356.11 0.64 0.67
Hex E0 74 7B 0 30 2D C 164 40 43
Octal 340 164 173 0 60 55 14 544 100 103
Binary 11100000 1110100 1111011 0 110000 101101 1100 101100100 1000000 1000011

Color Harmonies of #E0747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0747B

Black with #E0747B

Text Example


Text Example

White with #E0747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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