Html Css Color HEX #E5727D Froly

📋 copy color: '#E5727D'

red 229 ◦ green 114 ◦ blue 125

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

Shades of Froly #E5727D

Tints of Froly #E5727D

RGB

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

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

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

R = 48.93%
G = 24.36%
B = 26.71%

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

#E5727D (or 0xE5727D) is known color: Froly. HEX triplet: E5, 72 and 7D. RGB value is (229,114,125). Sum of RGB (Red+Green+Blue) = 229+114+125=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727D is #1A8D82. Grayscale: #959595. Windows color (decimal): -1740163 or 8221413. OLE color: 8221413.

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

Color convert

RGB 229 114 125 -
CMYK 0 0.50 0.45 0.10
HSL 354.26º 0.69% 0.67% -
HSV(B) 354.26º 0.5% 0.9% -
XYZ 42.03 30.17 23.01 -
YUV 149.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 229 114 125 0 0.50 0.45 0.10 354.26 0.69 0.67
Hex E5 72 7D 0 32 2D A 162 45 43
Octal 345 162 175 0 62 55 12 542 105 103
Binary 11100101 1110010 1111101 0 110010 101101 1010 101100010 1000101 1000011

Color Harmonies of #E5727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5727D

Black with #E5727D

Text Example


Text Example

White with #E5727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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