Html Css Color HEX #E0717C Froly

📋 copy color: '#E0717C'

red 224 ◦ green 113 ◦ blue 124

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

Shades of Froly #E0717C

Tints of Froly #E0717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.51%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 48.59%
G = 24.51%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0717C (or 0xE0717C) is known color: Froly. HEX triplet: E0, 71 and 7C. RGB value is (224,113,124). Sum of RGB (Red+Green+Blue) = 224+113+124=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717C is #1F8E83. Grayscale: #939393. Windows color (decimal): -2068100 or 8155616. OLE color: 8155616.

HSL color Cylindrical-coordinate representation of color #E0717C: hue angle of 354.05º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0717C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 124 -
CMYK 0 0.50 0.45 0.12
HSL 354.05º 0.64% 0.66% -
HSV(B) 354.05º 0.5% 0.88% -
XYZ 40.28 29.11 22.56 -
YUV 147.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 224 113 124 0 0.50 0.45 0.12 354.05 0.64 0.66
Hex E0 71 7C 0 32 2D C 162 40 42
Octal 340 161 174 0 62 55 14 542 100 102
Binary 11100000 1110001 1111100 0 110010 101101 1100 101100010 1000000 1000010

Color Harmonies of #E0717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0717C

Black with #E0717C

Text Example


Text Example

White with #E0717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0717C; }

 p { color: rgb(224,113,124); }

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

background-color css

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

 a { background-color: rgb(224,113,124); }

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

border-color css

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

 span { border-color: rgb(224,113,124); }

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