Html Css Color HEX #E7717D Froly

📋 copy color: '#E7717D'

red 231 ◦ green 113 ◦ blue 125

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

Shades of Froly #E7717D

Tints of Froly #E7717D

RGB

 RED value IS 231 (90.63% from 255) = 49.25%

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 49.25%
G = 24.09%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7717D (or 0xE7717D) is known color: Froly. HEX triplet: E7, 71 and 7D. RGB value is (231,113,125). Sum of RGB (Red+Green+Blue) = 231+113+125=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7717D is #188E82. Grayscale: #959595. Windows color (decimal): -1609347 or 8221159. OLE color: 8221159.

HSL color Cylindrical-coordinate representation of color #E7717D: hue angle of 353.9º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7717D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 125 -
CMYK 0 0.51 0.46 0.09
HSL 353.9º 0.71% 0.67% -
HSV(B) 353.9º 0.51% 0.91% -
XYZ 42.56 30.28 23 -
YUV 149.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 231 113 125 0 0.51 0.46 0.09 353.9 0.71 0.67
Hex E7 71 7D 0 33 2E 9 162 47 43
Octal 347 161 175 0 63 56 11 542 107 103
Binary 11100111 1110001 1111101 0 110011 101110 1001 101100010 1000111 1000011

Color Harmonies of #E7717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7717D

Black with #E7717D

Text Example


Text Example

White with #E7717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7717D; }

 p { color: rgb(231,113,125); }

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

background-color css

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

 a { background-color: rgb(231,113,125); }

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

border-color css

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

 span { border-color: rgb(231,113,125); }

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