Html Css Color HEX #E5747D Froly

📋 copy color: '#E5747D'

red 229 ◦ green 116 ◦ blue 125

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

Shades of Froly #E5747D

Tints of Froly #E5747D

RGB

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

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

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

R = 48.72%
G = 24.68%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5747D (or 0xE5747D) is known color: Froly. HEX triplet: E5, 74 and 7D. RGB value is (229,116,125). Sum of RGB (Red+Green+Blue) = 229+116+125=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5747D is #1A8B82. Grayscale: #969696. Windows color (decimal): -1739651 or 8221925. OLE color: 8221925.

HSL color Cylindrical-coordinate representation of color #E5747D: hue angle of 355.22º 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 #E5747D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 125 -
CMYK 0 0.49 0.45 0.10
HSL 355.22º 0.68% 0.68% -
HSV(B) 355.22º 0.49% 0.9% -
XYZ 42.26 30.63 23.09 -
YUV 150.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 229 116 125 0 0.49 0.45 0.10 355.22 0.68 0.68
Hex E5 74 7D 0 31 2D A 163 44 44
Octal 345 164 175 0 61 55 12 543 104 104
Binary 11100101 1110100 1111101 0 110001 101101 1010 101100011 1000100 1000100

Color Harmonies of #E5747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5747D

Black with #E5747D

Text Example


Text Example

White with #E5747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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