Html Css Color HEX #E8727A Froly

📋 copy color: '#E8727A'

red 232 ◦ green 114 ◦ blue 122

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

Shades of Froly #E8727A

Tints of Froly #E8727A

RGB

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

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

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

R = 49.57%
G = 24.36%
B = 26.07%

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

#E8727A (or 0xE8727A) is known color: Froly. HEX triplet: E8, 72 and 7A. RGB value is (232,114,122). Sum of RGB (Red+Green+Blue) = 232+114+122=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E8727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8727A is #178D85. Grayscale: #969696. Windows color (decimal): -1543558 or 8024808. OLE color: 8024808.

HSL color Cylindrical-coordinate representation of color #E8727A: hue angle of 355.93º 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 #E8727A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 114 122 -
CMYK 0 0.51 0.47 0.09
HSL 355.93º 0.72% 0.68% -
HSV(B) 355.93º 0.51% 0.91% -
XYZ 42.81 30.6 22.06 -
YUV 150.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 232 114 122 0 0.51 0.47 0.09 355.93 0.72 0.68
Hex E8 72 7A 0 33 2F 9 164 48 44
Octal 350 162 172 0 63 57 11 544 110 104
Binary 11101000 1110010 1111010 0 110011 101111 1001 101100100 1001000 1000100

Color Harmonies of #E8727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8727A

Black with #E8727A

Text Example


Text Example

White with #E8727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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