Html Css Color HEX #E5727F Froly

📋 copy color: '#E5727F'

red 229 ◦ green 114 ◦ blue 127

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

Shades of Froly #E5727F

Tints of Froly #E5727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 48.72%
G = 24.26%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5727F (or 0xE5727F) is known color: Froly. HEX triplet: E5, 72 and 7F. RGB value is (229,114,127). Sum of RGB (Red+Green+Blue) = 229+114+127=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727F is #1A8D80. Grayscale: #959595. Windows color (decimal): -1740161 or 8352485. OLE color: 8352485.

HSL color Cylindrical-coordinate representation of color #E5727F: hue angle of 353.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5727F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 127 -
CMYK 0 0.50 0.45 0.10
HSL 353.22º 0.69% 0.67% -
HSV(B) 353.22º 0.5% 0.9% -
XYZ 42.16 30.22 23.69 -
YUV 149.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 229 114 127 0 0.50 0.45 0.10 353.22 0.69 0.67
Hex E5 72 7F 0 32 2D A 161 45 43
Octal 345 162 177 0 62 55 12 541 105 103
Binary 11100101 1110010 1111111 0 110010 101101 1010 101100001 1000101 1000011

Color Harmonies of #E5727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5727F

Black with #E5727F

Text Example


Text Example

White with #E5727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5727F; }

 p { color: rgb(229,114,127); }

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

background-color css

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

 a { background-color: rgb(229,114,127); }

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

border-color css

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

 span { border-color: rgb(229,114,127); }

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