Html Css Color HEX #E5757A Froly

📋 copy color: '#E5757A'

red 229 ◦ green 117 ◦ blue 122

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

Shades of Froly #E5757A

Tints of Froly #E5757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

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

R = 48.93%
G = 25%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5757A (or 0xE5757A) is known color: Froly. HEX triplet: E5, 75 and 7A. RGB value is (229,117,122). Sum of RGB (Red+Green+Blue) = 229+117+122=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5757A is #1A8A85. Grayscale: #979797. Windows color (decimal): -1739398 or 8025573. OLE color: 8025573.

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

Color convert

RGB 229 117 122 -
CMYK 0 0.49 0.47 0.10
HSL 357.32º 0.68% 0.68% -
HSV(B) 357.32º 0.49% 0.9% -
XYZ 42.19 30.79 22.13 -
YUV 151.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 229 117 122 0 0.49 0.47 0.10 357.32 0.68 0.68
Hex E5 75 7A 0 31 2F A 165 44 44
Octal 345 165 172 0 61 57 12 545 104 104
Binary 11100101 1110101 1111010 0 110001 101111 1010 101100101 1000100 1000100

Color Harmonies of #E5757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5757A

Black with #E5757A

Text Example


Text Example

White with #E5757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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