Html Css Color HEX #E0717E Froly

📋 copy color: '#E0717E'

red 224 ◦ green 113 ◦ blue 126

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

Shades of Froly #E0717E

Tints of Froly #E0717E

RGB

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

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

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

R = 48.38%
G = 24.41%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0717E (or 0xE0717E) is known color: Froly. HEX triplet: E0, 71 and 7E. RGB value is (224,113,126). Sum of RGB (Red+Green+Blue) = 224+113+126=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717E is #1F8E81. Grayscale: #939393. Windows color (decimal): -2068098 or 8286688. OLE color: 8286688.

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

Color convert

RGB 224 113 126 -
CMYK 0 0.50 0.44 0.12
HSL 352.97º 0.64% 0.66% -
HSV(B) 352.97º 0.5% 0.88% -
XYZ 40.41 29.16 23.24 -
YUV 147.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 224 113 126 0 0.50 0.44 0.12 352.97 0.64 0.66
Hex E0 71 7E 0 32 2C C 161 40 42
Octal 340 161 176 0 62 54 14 541 100 102
Binary 11100000 1110001 1111110 0 110010 101100 1100 101100001 1000000 1000010

Color Harmonies of #E0717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0717E

Black with #E0717E

Text Example


Text Example

White with #E0717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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