Html Css Color HEX #E57A7D Froly

📋 copy color: '#E57A7D'

red 229 ◦ green 122 ◦ blue 125

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

Shades of Froly #E57A7D

Tints of Froly #E57A7D

RGB

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

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

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

R = 48.11%
G = 25.63%
B = 26.26%

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

#E57A7D (or 0xE57A7D) is known color: Froly. HEX triplet: E5, 7A and 7D. RGB value is (229,122,125). Sum of RGB (Red+Green+Blue) = 229+122+125=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A7D is #1A8582. Grayscale: #9A9A9A. Windows color (decimal): -1738115 or 8223461. OLE color: 8223461.

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

Color convert

RGB 229 122 125 -
CMYK 0 0.47 0.45 0.10
HSL 358.32º 0.67% 0.69% -
HSV(B) 358.32º 0.47% 0.9% -
XYZ 42.97 32.06 23.32 -
YUV 154.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 229 122 125 0 0.47 0.45 0.10 358.32 0.67 0.69
Hex E5 7A 7D 0 2F 2D A 166 43 45
Octal 345 172 175 0 57 55 12 546 103 105
Binary 11100101 1111010 1111101 0 101111 101101 1010 101100110 1000011 1000101

Color Harmonies of #E57A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A7D

Black with #E57A7D

Text Example


Text Example

White with #E57A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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