Html Css Color HEX #E0717F Froly

📋 copy color: '#E0717F'

red 224 ◦ green 113 ◦ blue 127

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

Shades of Froly #E0717F

Tints of Froly #E0717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 48.28%
G = 24.35%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0717F (or 0xE0717F) is known color: Froly. HEX triplet: E0, 71 and 7F. RGB value is (224,113,127). Sum of RGB (Red+Green+Blue) = 224+113+127=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717F is #1F8E80. Grayscale: #939393. Windows color (decimal): -2068097 or 8352224. OLE color: 8352224.

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

Color convert

RGB 224 113 127 -
CMYK 0 0.50 0.43 0.12
HSL 352.43º 0.64% 0.66% -
HSV(B) 352.43º 0.5% 0.88% -
XYZ 40.48 29.19 23.58 -
YUV 147.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 224 113 127 0 0.50 0.43 0.12 352.43 0.64 0.66
Hex E0 71 7F 0 32 2B C 160 40 42
Octal 340 161 177 0 62 53 14 540 100 102
Binary 11100000 1110001 1111111 0 110010 101011 1100 101100000 1000000 1000010

Color Harmonies of #E0717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0717F

Black with #E0717F

Text Example


Text Example

White with #E0717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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