Html Css Color HEX #E57A7F Froly

📋 copy color: '#E57A7F'

red 229 ◦ green 122 ◦ blue 127

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

Shades of Froly #E57A7F

Tints of Froly #E57A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

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

R = 47.91%
G = 25.52%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E57A7F (or 0xE57A7F) is known color: Froly. HEX triplet: E5, 7A and 7F. RGB value is (229,122,127). Sum of RGB (Red+Green+Blue) = 229+122+127=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A7F is #1A8580. Grayscale: #9A9A9A. Windows color (decimal): -1738113 or 8354533. OLE color: 8354533.

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

Color convert

RGB 229 122 127 -
CMYK 0 0.47 0.45 0.10
HSL 357.2º 0.67% 0.69% -
HSV(B) 357.2º 0.47% 0.9% -
XYZ 43.1 32.11 24 -
YUV 154.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 229 122 127 0 0.47 0.45 0.10 357.2 0.67 0.69
Hex E5 7A 7F 0 2F 2D A 165 43 45
Octal 345 172 177 0 57 55 12 545 103 105
Binary 11100101 1111010 1111111 0 101111 101101 1010 101100101 1000011 1000101

Color Harmonies of #E57A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A7F

Black with #E57A7F

Text Example


Text Example

White with #E57A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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