Html Css Color HEX #E16674 Froly

📋 copy color: '#E16674'

red 225 ◦ green 102 ◦ blue 116

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

Shades of Froly #E16674

Tints of Froly #E16674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 50.79%
G = 23.02%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16674 (or 0xE16674) is known color: Froly. HEX triplet: E1, 66 and 74. RGB value is (225,102,116). Sum of RGB (Red+Green+Blue) = 225+102+116=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16674 is #1E998B. Grayscale: #8C8C8C. Windows color (decimal): -2005388 or 7628513. OLE color: 7628513.

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

Color convert

RGB 225 102 116 -
CMYK 0 0.55 0.48 0.12
HSL 353.17º 0.67% 0.64% -
HSV(B) 353.17º 0.55% 0.88% -
XYZ 38.96 26.77 19.64 -
YUV 140.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 225 102 116 0 0.55 0.48 0.12 353.17 0.67 0.64
Hex E1 66 74 0 37 30 C 161 43 40
Octal 341 146 164 0 67 60 14 541 103 100
Binary 11100001 1100110 1110100 0 110111 110000 1100 101100001 1000011 1000000

Color Harmonies of #E16674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16674

Black with #E16674

Text Example


Text Example

White with #E16674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16674; }

 p { color: rgb(225,102,116); }

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

background-color css

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

 a { background-color: rgb(225,102,116); }

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

border-color css

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

 span { border-color: rgb(225,102,116); }

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