Html Css Color HEX #E5727A Froly

📋 copy color: '#E5727A'

red 229 ◦ green 114 ◦ blue 122

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

Shades of Froly #E5727A

Tints of Froly #E5727A

RGB

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

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

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

R = 49.25%
G = 24.52%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5727A (or 0xE5727A) is known color: Froly. HEX triplet: E5, 72 and 7A. RGB value is (229,114,122). Sum of RGB (Red+Green+Blue) = 229+114+122=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727A is #1A8D85. Grayscale: #959595. Windows color (decimal): -1740166 or 8024805. OLE color: 8024805.

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

Color convert

RGB 229 114 122 -
CMYK 0 0.50 0.47 0.10
HSL 355.83º 0.69% 0.67% -
HSV(B) 355.83º 0.5% 0.9% -
XYZ 41.84 30.1 22.02 -
YUV 149.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 229 114 122 0 0.50 0.47 0.10 355.83 0.69 0.67
Hex E5 72 7A 0 32 2F A 164 45 43
Octal 345 162 172 0 62 57 12 544 105 103
Binary 11100101 1110010 1111010 0 110010 101111 1010 101100100 1000101 1000011

Color Harmonies of #E5727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5727A

Black with #E5727A

Text Example


Text Example

White with #E5727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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