Html Css Color HEX #E1657D Froly

📋 copy color: '#E1657D'

red 225 ◦ green 101 ◦ blue 125

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

Shades of Froly #E1657D

Tints of Froly #E1657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.39%

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

R = 49.89%
G = 22.39%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1657D (or 0xE1657D) is known color: Froly. HEX triplet: E1, 65 and 7D. RGB value is (225,101,125). Sum of RGB (Red+Green+Blue) = 225+101+125=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1657D is #1E9A82. Grayscale: #8C8C8C. Windows color (decimal): -2005635 or 8218081. OLE color: 8218081.

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

Color convert

RGB 225 101 125 -
CMYK 0 0.55 0.44 0.12
HSL 348.39º 0.67% 0.64% -
HSV(B) 348.39º 0.55% 0.88% -
XYZ 39.41 26.8 22.5 -
YUV 140.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 225 101 125 0 0.55 0.44 0.12 348.39 0.67 0.64
Hex E1 65 7D 0 37 2C C 15C 43 40
Octal 341 145 175 0 67 54 14 534 103 100
Binary 11100001 1100101 1111101 0 110111 101100 1100 101011100 1000011 1000000

Color Harmonies of #E1657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1657D

Black with #E1657D

Text Example


Text Example

White with #E1657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1657D; }

 p { color: rgb(225,101,125); }

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

background-color css

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

 a { background-color: rgb(225,101,125); }

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

border-color css

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

 span { border-color: rgb(225,101,125); }

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