Html Css Color HEX #E5757E Froly

📋 copy color: '#E5757E'

red 229 ◦ green 117 ◦ blue 126

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

Shades of Froly #E5757E

Tints of Froly #E5757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 48.52%
G = 24.79%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5757E (or 0xE5757E) is known color: Froly. HEX triplet: E5, 75 and 7E. RGB value is (229,117,126). Sum of RGB (Red+Green+Blue) = 229+117+126=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5757E is #1A8A81. Grayscale: #979797. Windows color (decimal): -1739394 or 8287717. OLE color: 8287717.

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

Color convert

RGB 229 117 126 -
CMYK 0 0.49 0.45 0.10
HSL 355.18º 0.68% 0.68% -
HSV(B) 355.18º 0.49% 0.9% -
XYZ 42.44 30.89 23.46 -
YUV 151.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 229 117 126 0 0.49 0.45 0.10 355.18 0.68 0.68
Hex E5 75 7E 0 31 2D A 163 44 44
Octal 345 165 176 0 61 55 12 543 104 104
Binary 11100101 1110101 1111110 0 110001 101101 1010 101100011 1000100 1000100

Color Harmonies of #E5757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5757E

Black with #E5757E

Text Example


Text Example

White with #E5757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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