Html Css Color HEX #E0717A Froly

📋 copy color: '#E0717A'

red 224 ◦ green 113 ◦ blue 122

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

Shades of Froly #E0717A

Tints of Froly #E0717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 48.8%
G = 24.62%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0717A (or 0xE0717A) is known color: Froly. HEX triplet: E0, 71 and 7A. RGB value is (224,113,122). Sum of RGB (Red+Green+Blue) = 224+113+122=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717A is #1F8E85. Grayscale: #939393. Windows color (decimal): -2068102 or 8024544. OLE color: 8024544.

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

Color convert

RGB 224 113 122 -
CMYK 0 0.50 0.46 0.12
HSL 355.14º 0.64% 0.66% -
HSV(B) 355.14º 0.5% 0.88% -
XYZ 40.16 29.06 21.91 -
YUV 147.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 224 113 122 0 0.50 0.46 0.12 355.14 0.64 0.66
Hex E0 71 7A 0 32 2E C 163 40 42
Octal 340 161 172 0 62 56 14 543 100 102
Binary 11100000 1110001 1111010 0 110010 101110 1100 101100011 1000000 1000010

Color Harmonies of #E0717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0717A

Black with #E0717A

Text Example


Text Example

White with #E0717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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