Html Css Color HEX #E5697E Froly

📋 copy color: '#E5697E'

red 229 ◦ green 105 ◦ blue 126

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

Shades of Froly #E5697E

Tints of Froly #E5697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

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

R = 49.78%
G = 22.83%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5697E (or 0xE5697E) is known color: Froly. HEX triplet: E5, 69 and 7E. RGB value is (229,105,126). Sum of RGB (Red+Green+Blue) = 229+105+126=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5697E is #1A9681. Grayscale: #909090. Windows color (decimal): -1742466 or 8284645. OLE color: 8284645.

HSL color Cylindrical-coordinate representation of color #E5697E: hue angle of 349.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5697E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 105 126 -
CMYK 0 0.54 0.45 0.10
HSL 349.84º 0.7% 0.65% -
HSV(B) 349.84º 0.54% 0.9% -
XYZ 41.13 28.27 23.03 -
YUV 144.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 229 105 126 0 0.54 0.45 0.10 349.84 0.7 0.65
Hex E5 69 7E 0 36 2D A 15E 46 41
Octal 345 151 176 0 66 55 12 536 106 101
Binary 11100101 1101001 1111110 0 110110 101101 1010 101011110 1000110 1000001

Color Harmonies of #E5697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5697E

Black with #E5697E

Text Example


Text Example

White with #E5697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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