Html Css Color HEX #E5747A Froly

📋 copy color: '#E5747A'

red 229 ◦ green 116 ◦ blue 122

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

Shades of Froly #E5747A

Tints of Froly #E5747A

RGB

 RED value IS 229 (89.84% from 255) = 49.04%

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 49.04%
G = 24.84%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5747A (or 0xE5747A) is known color: Froly. HEX triplet: E5, 74 and 7A. RGB value is (229,116,122). Sum of RGB (Red+Green+Blue) = 229+116+122=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5747A is #1A8B85. Grayscale: #969696. Windows color (decimal): -1739654 or 8025317. OLE color: 8025317.

HSL color Cylindrical-coordinate representation of color #E5747A: hue angle of 356.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5747A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 122 -
CMYK 0 0.49 0.47 0.10
HSL 356.81º 0.68% 0.68% -
HSV(B) 356.81º 0.49% 0.9% -
XYZ 42.07 30.55 22.09 -
YUV 150.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 229 116 122 0 0.49 0.47 0.10 356.81 0.68 0.68
Hex E5 74 7A 0 31 2F A 165 44 44
Octal 345 164 172 0 61 57 12 545 104 104
Binary 11100101 1110100 1111010 0 110001 101111 1010 101100101 1000100 1000100

Color Harmonies of #E5747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5747A

Black with #E5747A

Text Example


Text Example

White with #E5747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5747A; }

 p { color: rgb(229,116,122); }

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

background-color css

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

 a { background-color: rgb(229,116,122); }

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

border-color css

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

 span { border-color: rgb(229,116,122); }

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