Html Css Color HEX #E1697B Froly

📋 copy color: '#E1697B'

red 225 ◦ green 105 ◦ blue 123

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

Shades of Froly #E1697B

Tints of Froly #E1697B

RGB

 RED value IS 225 (88.28% from 255) = 49.67%

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 49.67%
G = 23.18%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1697B (or 0xE1697B) is known color: Froly. HEX triplet: E1, 69 and 7B. RGB value is (225,105,123). Sum of RGB (Red+Green+Blue) = 225+105+123=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1697B is #1E9684. Grayscale: #8E8E8E. Windows color (decimal): -2004613 or 8088033. OLE color: 8088033.

HSL color Cylindrical-coordinate representation of color #E1697B: hue angle of 351º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1697B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 123 -
CMYK 0 0.53 0.45 0.12
HSL 351º 0.67% 0.65% -
HSV(B) 351º 0.53% 0.88% -
XYZ 39.68 27.54 21.96 -
YUV 142.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 225 105 123 0 0.53 0.45 0.12 351 0.67 0.65
Hex E1 69 7B 0 35 2D C 15F 43 41
Octal 341 151 173 0 65 55 14 537 103 101
Binary 11100001 1101001 1111011 0 110101 101101 1100 101011111 1000011 1000001

Color Harmonies of #E1697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1697B

Black with #E1697B

Text Example


Text Example

White with #E1697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1697B; }

 p { color: rgb(225,105,123); }

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

background-color css

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

 a { background-color: rgb(225,105,123); }

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

border-color css

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

 span { border-color: rgb(225,105,123); }

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