Html Css Color HEX #E57A7B Froly

📋 copy color: '#E57A7B'

red 229 ◦ green 122 ◦ blue 123

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

Shades of Froly #E57A7B

Tints of Froly #E57A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 48.31%
G = 25.74%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E57A7B (or 0xE57A7B) is known color: Froly. HEX triplet: E5, 7A and 7B. RGB value is (229,122,123). Sum of RGB (Red+Green+Blue) = 229+122+123=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A7B is #1A8584. Grayscale: #9A9A9A. Windows color (decimal): -1738117 or 8092389. OLE color: 8092389.

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

Color convert

RGB 229 122 123 -
CMYK 0 0.47 0.46 0.10
HSL 359.44º 0.67% 0.69% -
HSV(B) 359.44º 0.47% 0.9% -
XYZ 42.85 32.01 22.66 -
YUV 154.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 229 122 123 0 0.47 0.46 0.10 359.44 0.67 0.69
Hex E5 7A 7B 0 2F 2E A 167 43 45
Octal 345 172 173 0 57 56 12 547 103 105
Binary 11100101 1111010 1111011 0 101111 101110 1010 101100111 1000011 1000101

Color Harmonies of #E57A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A7B

Black with #E57A7B

Text Example


Text Example

White with #E57A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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