Html Css Color HEX #E1646C Froly

📋 copy color: '#E1646C'

red 225 ◦ green 100 ◦ blue 108

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

Shades of Froly #E1646C

Tints of Froly #E1646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 51.96%
G = 23.09%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1646C (or 0xE1646C) is known color: Froly. HEX triplet: E1, 64 and 6C. RGB value is (225,100,108). Sum of RGB (Red+Green+Blue) = 225+100+108=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1646C is #1E9B93. Grayscale: #8A8A8A. Windows color (decimal): -2005908 or 7103713. OLE color: 7103713.

HSL color Cylindrical-coordinate representation of color #E1646C: hue angle of 356.16º 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 #E1646C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 108 -
CMYK 0 0.56 0.52 0.12
HSL 356.16º 0.68% 0.64% -
HSV(B) 356.16º 0.56% 0.88% -
XYZ 38.32 26.2 17.23 -
YUV 138.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 225 100 108 0 0.56 0.52 0.12 356.16 0.68 0.64
Hex E1 64 6C 0 38 34 C 164 44 40
Octal 341 144 154 0 70 64 14 544 104 100
Binary 11100001 1100100 1101100 0 111000 110100 1100 101100100 1000100 1000000

Color Harmonies of #E1646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1646C

Black with #E1646C

Text Example


Text Example

White with #E1646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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