Html Css Color HEX #E1606F Froly

📋 copy color: '#E1606F'

red 225 ◦ green 96 ◦ blue 111

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

Shades of Froly #E1606F

Tints of Froly #E1606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.22%

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 52.08%
G = 22.22%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1606F (or 0xE1606F) is known color: Froly. HEX triplet: E1, 60 and 6F. RGB value is (225,96,111). Sum of RGB (Red+Green+Blue) = 225+96+111=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1606F is #1E9F90. Grayscale: #888888. Windows color (decimal): -2006929 or 7299297. OLE color: 7299297.

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

Color convert

RGB 225 96 111 -
CMYK 0 0.57 0.51 0.12
HSL 353.02º 0.68% 0.63% -
HSV(B) 353.02º 0.57% 0.88% -
XYZ 38.1 25.52 17.96 -
YUV 136.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 225 96 111 0 0.57 0.51 0.12 353.02 0.68 0.63
Hex E1 60 6F 0 39 33 C 161 44 3F
Octal 341 140 157 0 71 63 14 541 104 77
Binary 11100001 1100000 1101111 0 111001 110011 1100 101100001 1000100 111111

Color Harmonies of #E1606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1606F

Black with #E1606F

Text Example


Text Example

White with #E1606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1606F; }

 p { color: rgb(225,96,111); }

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

background-color css

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

 a { background-color: rgb(225,96,111); }

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

border-color css

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

 span { border-color: rgb(225,96,111); }

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