Html Css Color HEX #E8727C Froly

📋 copy color: '#E8727C'

red 232 ◦ green 114 ◦ blue 124

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

Shades of Froly #E8727C

Tints of Froly #E8727C

RGB

 RED value IS 232 (91.02% from 255) = 49.36%

 GREEN value IS 114 (44.92% from 255) = 24.26%

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

R = 49.36%
G = 24.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8727C (or 0xE8727C) is known color: Froly. HEX triplet: E8, 72 and 7C. RGB value is (232,114,124). Sum of RGB (Red+Green+Blue) = 232+114+124=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E8727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8727C is #178D83. Grayscale: #969696. Windows color (decimal): -1543556 or 8155880. OLE color: 8155880.

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

Color convert

RGB 232 114 124 -
CMYK 0 0.51 0.47 0.09
HSL 354.92º 0.72% 0.68% -
HSV(B) 354.92º 0.51% 0.91% -
XYZ 42.93 30.65 22.72 -
YUV 150.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 232 114 124 0 0.51 0.47 0.09 354.92 0.72 0.68
Hex E8 72 7C 0 33 2F 9 163 48 44
Octal 350 162 174 0 63 57 11 543 110 104
Binary 11101000 1110010 1111100 0 110011 101111 1001 101100011 1001000 1000100

Color Harmonies of #E8727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8727C

Black with #E8727C

Text Example


Text Example

White with #E8727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8727C; }

 p { color: rgb(232,114,124); }

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

background-color css

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

 a { background-color: rgb(232,114,124); }

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

border-color css

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

 span { border-color: rgb(232,114,124); }

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