Html Css Color HEX #E5707C Froly

📋 copy color: '#E5707C'

red 229 ◦ green 112 ◦ blue 124

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

Shades of Froly #E5707C

Tints of Froly #E5707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 49.25%
G = 24.09%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5707C (or 0xE5707C) is known color: Froly. HEX triplet: E5, 70 and 7C. RGB value is (229,112,124). Sum of RGB (Red+Green+Blue) = 229+112+124=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707C is #1A8F83. Grayscale: #949494. Windows color (decimal): -1740676 or 8155365. OLE color: 8155365.

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

Color convert

RGB 229 112 124 -
CMYK 0 0.51 0.46 0.10
HSL 353.85º 0.69% 0.67% -
HSV(B) 353.85º 0.51% 0.9% -
XYZ 41.75 29.7 22.6 -
YUV 148.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 229 112 124 0 0.51 0.46 0.10 353.85 0.69 0.67
Hex E5 70 7C 0 33 2E A 162 45 43
Octal 345 160 174 0 63 56 12 542 105 103
Binary 11100101 1110000 1111100 0 110011 101110 1010 101100010 1000101 1000011

Color Harmonies of #E5707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5707C

Black with #E5707C

Text Example


Text Example

White with #E5707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5707C; }

 p { color: rgb(229,112,124); }

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

background-color css

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

 a { background-color: rgb(229,112,124); }

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

border-color css

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

 span { border-color: rgb(229,112,124); }

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