Html Css Color HEX #E5697D Froly

📋 copy color: '#E5697D'

red 229 ◦ green 105 ◦ blue 125

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

Shades of Froly #E5697D

Tints of Froly #E5697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 49.89%
G = 22.88%
B = 27.23%

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

#E5697D (or 0xE5697D) is known color: Froly. HEX triplet: E5, 69 and 7D. RGB value is (229,105,125). Sum of RGB (Red+Green+Blue) = 229+105+125=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5697D is #1A9682. Grayscale: #909090. Windows color (decimal): -1742467 or 8219109. OLE color: 8219109.

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

Color convert

RGB 229 105 125 -
CMYK 0 0.54 0.45 0.10
HSL 350.32º 0.7% 0.65% -
HSV(B) 350.32º 0.54% 0.9% -
XYZ 41.07 28.24 22.69 -
YUV 144.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 229 105 125 0 0.54 0.45 0.10 350.32 0.7 0.65
Hex E5 69 7D 0 36 2D A 15E 46 41
Octal 345 151 175 0 66 55 12 536 106 101
Binary 11100101 1101001 1111101 0 110110 101101 1010 101011110 1000110 1000001

Color Harmonies of #E5697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5697D

Black with #E5697D

Text Example


Text Example

White with #E5697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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