Html Css Color HEX #E1646A Froly

📋 copy color: '#E1646A'

red 225 ◦ green 100 ◦ blue 106

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

Shades of Froly #E1646A

Tints of Froly #E1646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 52.2%
G = 23.2%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1646A (or 0xE1646A) is known color: Froly. HEX triplet: E1, 64 and 6A. RGB value is (225,100,106). Sum of RGB (Red+Green+Blue) = 225+100+106=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1646A is #1E9B95. Grayscale: #8A8A8A. Windows color (decimal): -2005910 or 6972641. OLE color: 6972641.

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

Color convert

RGB 225 100 106 -
CMYK 0 0.56 0.53 0.12
HSL 357.12º 0.68% 0.64% -
HSV(B) 357.12º 0.56% 0.88% -
XYZ 38.21 26.16 16.67 -
YUV 138.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 225 100 106 0 0.56 0.53 0.12 357.12 0.68 0.64
Hex E1 64 6A 0 38 35 C 165 44 40
Octal 341 144 152 0 70 65 14 545 104 100
Binary 11100001 1100100 1101010 0 111000 110101 1100 101100101 1000100 1000000

Color Harmonies of #E1646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1646A

Black with #E1646A

Text Example


Text Example

White with #E1646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1646A; }

 p { color: rgb(225,100,106); }

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

background-color css

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

 a { background-color: rgb(225,100,106); }

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

border-color css

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

 span { border-color: rgb(225,100,106); }

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