Html Css Color HEX #E1606B Froly

📋 copy color: '#E1606B'

red 225 ◦ green 96 ◦ blue 107

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

Shades of Froly #E1606B

Tints of Froly #E1606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 52.57%
G = 22.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1606B (or 0xE1606B) is known color: Froly. HEX triplet: E1, 60 and 6B. RGB value is (225,96,107). Sum of RGB (Red+Green+Blue) = 225+96+107=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1606B is #1E9F94. Grayscale: #878787. Windows color (decimal): -2006933 or 7037153. OLE color: 7037153.

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

Color convert

RGB 225 96 107 -
CMYK 0 0.57 0.52 0.12
HSL 354.88º 0.68% 0.63% -
HSV(B) 354.88º 0.57% 0.88% -
XYZ 37.89 25.43 16.82 -
YUV 135.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 225 96 107 0 0.57 0.52 0.12 354.88 0.68 0.63
Hex E1 60 6B 0 39 34 C 163 44 3F
Octal 341 140 153 0 71 64 14 543 104 77
Binary 11100001 1100000 1101011 0 111001 110100 1100 101100011 1000100 111111

Color Harmonies of #E1606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1606B

Black with #E1606B

Text Example


Text Example

White with #E1606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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